You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some references them that don't resolve currently, since the classes aren't there.
Unfortunately it looks like adding SparseDataFrame causes a failure like
ValueError: %(klass)s.notna : boolean inverse of isna is not a item name
[70] > /Users/taugspurger/Envs/pandas-dev/lib/python3.6/site-packages/pandas/doc/sphinxext/numpydoc/docscrape.py(210)parse_item_name()
-> raise ValueError("%s is not a item name" % text)
(Pdb++) Building HTML failed.
The text was updated successfully, but these errors were encountered:
I would first like to see a way to somehow limit the number of api pages (eg a way to only build pages for methods that are overwritten) before adding such a big new chunk to the api pages.
We have some references them that don't resolve currently, since the classes aren't there.
Unfortunately it looks like adding
SparseDataFrame
causes a failure likeThe text was updated successfully, but these errors were encountered: