-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
DocsExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.good first issue
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
mainhere
Location 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..
Metadata
Metadata
Assignees
Labels
DocsExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.good first issue