diff --git a/work/tbx/data_work.md b/work/tbx/data_work.md index 12ede8f..f1dbb33 100644 --- a/work/tbx/data_work.md +++ b/work/tbx/data_work.md @@ -33,7 +33,7 @@ display(df.dtypes) # Get the shape of the DataFrame (rows, columns) print(f"\nDataFrame Shape: {df.shape}") ``` -``` + Output: ```