Skip to content

Commit f504885

Browse files
committed
DOC: api updates for .size
1 parent 5b99e83 commit f504885

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/api.rst

+5-2
Original file line numberDiff line numberDiff 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

659660
Conversion
@@ -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

0 commit comments

Comments
 (0)