Update work/tbx/data_work.md

This commit is contained in:
2024-04-19 03:49:28 +00:00
parent 86838e71e3
commit 1f87c71115

View File

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