Skip to content

Panel.to_json NotImplemented but documented #12571

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
maxnoe opened this issue Mar 9, 2016 · 3 comments
Closed

Panel.to_json NotImplemented but documented #12571

maxnoe opened this issue Mar 9, 2016 · 3 comments
Labels
Docs IO JSON read_json, to_json, json_normalize
Milestone

Comments

@maxnoe
Copy link

maxnoe commented Mar 9, 2016

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.

@jreback
Copy link
Contributor

jreback commented Mar 9, 2016

oh this should be removed from the docs

it's not supported

@jreback jreback added Docs Difficulty Novice IO JSON read_json, to_json, json_normalize labels Mar 9, 2016
@jreback jreback added this to the 0.18.1 milestone Mar 9, 2016
@pmespresso
Copy link

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.

@jreback
Copy link
Contributor

jreback commented Mar 10, 2016

yep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs IO JSON read_json, to_json, json_normalize
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants