Skip to content

Commit 4e40afd

Browse files
authored
DOC: Add missing doc Index.array and Index.to_numpy (#57353)
1 parent d4976d4 commit 4e40afd

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)