We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eec260 commit 489d5b0Copy full SHA for 489d5b0
pandas/core/accessor.py
@@ -260,7 +260,8 @@ def _register_accessor(
260
261
Notes
262
-----
263
- This function allows you to register a custom-defined accessor class for pandas objects (DataFrame, Series, or Index).
+ This function allows you to register a custom-defined accessor class
264
+ for pandas objects (DataFrame, Series, or Index).
265
The requirements for the accessor class are as follows:
266
267
* Must contain an init method that:
0 commit comments