We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8566fc commit 1cf0915Copy full SHA for 1cf0915
pandas/core/generic.py
@@ -50,7 +50,7 @@
50
from pandas.errors import AbstractMethodError, InvalidIndexError
51
from pandas.util._decorators import (
52
doc,
53
- rewrite_axis_style_signature,
+ rewrite_axis_style_signature, Appender,
54
)
55
from pandas.util._validators import (
56
validate_bool_kwarg,
0 commit comments