From 86838e71e33fdcbb22edbe8db23331743467f43c Mon Sep 17 00:00:00 2001 From: medusa Date: Fri, 19 Apr 2024 03:49:04 +0000 Subject: [PATCH] Update work/tbx/data_work.md --- work/tbx/data_work.md | 1 + 1 file changed, 1 insertion(+) 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: ```