Check shape of dataframe

PHOTO EMBED

Fri Sep 03 2021 06:48:38 GMT+0000 (Coordinated Universal Time)

Saved by @ExplodeMilk #python

movie_shape = movie_df.shape
num_row = movie_shape[0]
num_column = movie_shape[1]
print('{} rows and {} columns'.format(num_row, num_column))
content_copyCOPY

https://cms.tecky.io/mod/page/view.php?id