We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9e3e6 commit 5afecb2Copy full SHA for 5afecb2
pandas/core/indexes/numeric.py
@@ -66,6 +66,14 @@ class NumericIndex(Index):
66
name : object
67
Name to be stored in the index.
68
69
+ Attributes
70
+ ----------
71
+ None
72
+
73
+ Methods
74
75
76
77
See Also
78
--------
79
Index : The base pandas Index type.
@@ -376,6 +384,14 @@ def _format_native_types(
376
384
377
385
378
386
387
388
389
390
391
392
393
394
379
395
380
396
381
397
0 commit comments