Skip to content

Commit

Permalink
add back attributes and methods doc string parts
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 committed Aug 14, 2021
1 parent 8d9e3e6 commit fcf5cd6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pandas/core/indexes/numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,14 @@ def _format_native_types(
In pandas v2.0 %(klass)s will be removed and :class:`NumericIndex` used instead.
%(klass)s will remain fully functional for the duration of pandas 1.x.
Attributes
----------
None
Methods
----------
None
Parameters
----------
data : array-like (1-dimensional)
Expand Down

0 comments on commit fcf5cd6

Please sign in to comment.