Update work/tbx/data_work.md

This commit is contained in:
2024-04-19 03:49:04 +00:00
parent 38a9dc2327
commit 86838e71e3

View File

@@ -33,6 +33,7 @@ display(df.dtypes)
# Get the shape of the DataFrame (rows, columns)
print(f"\nDataFrame Shape: {df.shape}")
```
```
Output:
```