From fcf5cd683ec76f2467a9bd6389bb149a88dccae9 Mon Sep 17 00:00:00 2001 From: tp Date: Sat, 14 Aug 2021 01:05:45 +0100 Subject: [PATCH] add back attributes and methods doc string parts --- pandas/core/indexes/numeric.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pandas/core/indexes/numeric.py b/pandas/core/indexes/numeric.py index a5bb50e31835e..b0240db1fa31c 100644 --- a/pandas/core/indexes/numeric.py +++ b/pandas/core/indexes/numeric.py @@ -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)