Skip to content

Commit 5afecb2

Browse files
committed
add back attributes and methods doc string parts
1 parent 8d9e3e6 commit 5afecb2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pandas/core/indexes/numeric.py

+16
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ class NumericIndex(Index):
6666
name : object
6767
Name to be stored in the index.
6868
69+
Attributes
70+
----------
71+
None
72+
73+
Methods
74+
----------
75+
None
76+
6977
See Also
7078
--------
7179
Index : The base pandas Index type.
@@ -376,6 +384,14 @@ def _format_native_types(
376384
name : object
377385
Name to be stored in the index.
378386
387+
Attributes
388+
----------
389+
None
390+
391+
Methods
392+
----------
393+
None
394+
379395
See Also
380396
--------
381397
Index : The base pandas Index type.

0 commit comments

Comments
 (0)