-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Improve the register_index_accessor Documentation #49202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, I've started recently on open-source contributions. And I want to help in contributing to the library pandas. I see already that no one is assigned here. I would like to get started on this. |
@AnkitKashyap0709 go for it |
Hey, I'm new to open-source contributions and I want this to be my one of the first contributions. Can I work on this? |
take |
Hi @vishallb what's the status on this issue? Can I take this issue, I am interested |
take |
take |
Hi, I saw that no one touched this issue for three months so I'll try to take it. |
Hi, looks like this has been inactive for a few months so I'd like to try it |
take |
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.api.extensions.register_index_accessor.html#pandas.api.extensions.register_index_accessor
Documentation problem
There is no example showing how to create or what is required on the class to make an index accessor.
Suggested fix for documentation
Add a link to an example or expand the topic to include a how to implement this. Also document what is required to make a custom indexer.
The text was updated successfully, but these errors were encountered: