概要
- Dataframeの行数を確認するには、len() を使用する
- 列数も確認するには、pandas.Dataframe.shape を使用する
サンプルコード
len(), pandas.Dataframe.shape の説明
- Dataframeの行数を確認するには、len() を使用する
- 列数も確認するには、pandas.Dataframe.shape を使用する
参考
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.shape.html