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
Hello! I'd like to work on this as a starting point to further contributions to the pandas library.
Is this simply a matter of deleting the line Panel.to_json in api.rst under Serialization/IO/Conversion in the docs? I'm still familiarizing myself with the codebase and sphinx.
Using pandas 0.17.1 i was trying to use
panel.to_json
,like documented here:
http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Panel.to_json.html
This raises an
NotImplementedError
.The text was updated successfully, but these errors were encountered: