Skip to content

DOC: Missing PandasArray methods in API #24507

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

Closed
datapythonista opened this issue Dec 30, 2018 · 5 comments
Closed

DOC: Missing PandasArray methods in API #24507

datapythonista opened this issue Dec 30, 2018 · 5 comments
Labels

Comments

@datapythonista
Copy link
Member

We've got warning in sphinx because we don't have the PandasArray methods in the API:

/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.all.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.any.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.kurt.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.max.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.mean.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.median.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.min.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.prod.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.sem.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.skew.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.std.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.sum.rst: WARNING: document isn't included in any toctree
/home/mgarcia/src/pandas/doc/source/api/generated/pandas.arrays.PandasArray.var.rst: WARNING: document isn't included in any toctree

I guess those are public and should be added. But I'm not quite sure where we should have them, we have some related stuff in two different places:

Not sure if we need to reorganize those. @TomAugspurger

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Jan 2, 2019 via email

@enisnazif
Copy link
Contributor

I'm taking a look at this as part of the pandas sprint in London

@enisnazif
Copy link
Contributor

Possibly related to this issue - but it seems that on https://pandas-docs.github.io/pandas-docs-travis/reference/api/pandas.arrays.PandasArray.html

The same functions that aren't included in a toctree also don't have any docstrings

@jorisvandenbossche
Copy link
Member

Another option is to add a PandasArray page but without any methods/attributes listed (or only a chosen subset), as we do for other array types (see eg https://pandas-docs.github.io/pandas-docs-travis/reference/api/pandas.arrays.IntervalArray.html or https://pandas-docs.github.io/pandas-docs-travis/reference/api/pandas.Categorical.html)

@rhshadrach
Copy link
Member

This has been renamed to NumpyExtensionArray and that is in the API docs.

https://pandas.pydata.org/docs/dev/reference/api/pandas.arrays.NumpyExtensionArray.html

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants