Skip to content

Commit a4a8e35

Browse files
luke396pmhatre1
authored andcommitted
DOC: Add missing doc Index.array and Index.to_numpy (pandas-dev#57353)
1 parent 63b0e89 commit a4a8e35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/reference/indexing.rst

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Properties
4141
Index.empty
4242
Index.T
4343
Index.memory_usage
44+
Index.array
4445

4546
Modifying and computations
4647
~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -103,6 +104,7 @@ Conversion
103104
Index.to_list
104105
Index.to_series
105106
Index.to_frame
107+
Index.to_numpy
106108
Index.view
107109

108110
Sorting

0 commit comments

Comments
 (0)