Skip to content

Commit fcf5cd6

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pandas/core/indexes/numeric.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,14 @@ def _format_native_types(
367367
In pandas v2.0 %(klass)s will be removed and :class:`NumericIndex` used instead.
368368
%(klass)s will remain fully functional for the duration of pandas 1.x.
369369
370+
Attributes
371+
----------
372+
None
373+
374+
Methods
375+
----------
376+
None
377+
370378
Parameters
371379
----------
372380
data : array-like (1-dimensional)

0 commit comments

Comments
 (0)