こつこつPython 【毎日Python】Pythonでデータフレームやシリーズの要素数を取得する方法|DataFrame.size import pandas as pddf = pd.DataFrame({'A店': , 'B店': , 'C店': }, index = )dfPythonで要素の個数を取得する方法です。使用するのは、Pythonのpandasライブラ... 2021.10.03 こつこつPython