File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -250,9 +250,9 @@ Attributes
250250 Series.dtype
251251 Series.ftype
252252 Series.shape
253- Series.size
254253 Series.nbytes
255254 Series.ndim
255+ Series.size
256256 Series.strides
257257 Series.itemsize
258258 Series.base
@@ -654,6 +654,7 @@ Attributes and underlying data
654654 DataFrame.values
655655 DataFrame.axes
656656 DataFrame.ndim
657+ DataFrame.size
657658 DataFrame.shape
658659
659660Conversion
@@ -921,6 +922,7 @@ Attributes and underlying data
921922 Panel.values
922923 Panel.axes
923924 Panel.ndim
925+ Panel.size
924926 Panel.shape
925927 Panel.dtypes
926928 Panel.ftypes
@@ -1128,6 +1130,7 @@ Attributes and underlying data
11281130 Panel4D.values
11291131 Panel4D.axes
11301132 Panel4D.ndim
1133+ Panel4D.size
11311134 Panel4D.shape
11321135 Panel4D.dtypes
11331136 Panel4D.ftypes
@@ -1173,9 +1176,9 @@ Attributes
11731176 Index.inferred_type
11741177 Index.is_all_dates
11751178 Index.shape
1176- Index.size
11771179 Index.nbytes
11781180 Index.ndim
1181+ Index.size
11791182 Index.strides
11801183 Index.itemsize
11811184 Index.base
You can’t perform that action at this time.
0 commit comments