-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Add entry to pandas extension list #49046
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
Labels
Comments
PR welcome |
can i take up this issue as my first contribution? |
take |
@mocquin what do i have to add in the classes column while adding it in the docs? Series of DataFrame? |
krishh16
pushed a commit
to krishh16/pandas
that referenced
this issue
May 27, 2023
Taking up this stale PR. Hope that's fine. |
take |
@jbrockmendel can you please take up the PR review? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/ecosystem.html#ecosystem-extensions
Documentation problem
I worked on an extension to the physipy package, that allows handling physical units. The extension provides dtype and accessor.
The extension is packaged in physipandas.
As suggested in the doc, I propose to add the project to the documentation.
Notice that the target package, physipy, aims kind of the same goals as
pint
, that is already in the extension list.Suggested fix for documentation
Add an entry to https://pandas.pydata.org/docs/ecosystem.html#ecosystem-extensions for the extension, and to https://pandas.pydata.org/docs/ecosystem.html#accessors for the accessor registered as
df.physipy.
.The text was updated successfully, but these errors were encountered: