File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -250,9 +250,9 @@ Attributes
250
250
Series.dtype
251
251
Series.ftype
252
252
Series.shape
253
- Series.size
254
253
Series.nbytes
255
254
Series.ndim
255
+ Series.size
256
256
Series.strides
257
257
Series.itemsize
258
258
Series.base
@@ -654,6 +654,7 @@ Attributes and underlying data
654
654
DataFrame.values
655
655
DataFrame.axes
656
656
DataFrame.ndim
657
+ DataFrame.size
657
658
DataFrame.shape
658
659
659
660
Conversion
@@ -921,6 +922,7 @@ Attributes and underlying data
921
922
Panel.values
922
923
Panel.axes
923
924
Panel.ndim
925
+ Panel.size
924
926
Panel.shape
925
927
Panel.dtypes
926
928
Panel.ftypes
@@ -1128,6 +1130,7 @@ Attributes and underlying data
1128
1130
Panel4D.values
1129
1131
Panel4D.axes
1130
1132
Panel4D.ndim
1133
+ Panel4D.size
1131
1134
Panel4D.shape
1132
1135
Panel4D.dtypes
1133
1136
Panel4D.ftypes
@@ -1173,9 +1176,9 @@ Attributes
1173
1176
Index.inferred_type
1174
1177
Index.is_all_dates
1175
1178
Index.shape
1176
- Index.size
1177
1179
Index.nbytes
1178
1180
Index.ndim
1181
+ Index.size
1179
1182
Index.strides
1180
1183
Index.itemsize
1181
1184
Index.base
You can’t perform that action at this time.
0 commit comments