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