-
-
Notifications
You must be signed in to change notification settings - Fork 114
Pandas API update #1482
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
Pandas API update #1482
Conversation
|
Thanks. I will test this and see how it goes. |
Cool, though let's wait until this is the appropriate time to work on this. |
|
I've pushed some significant changes in c9355b5. I went through the Pandas_API notebook, adding for each plot the original Pandas version. This allowed me to find many differences between hvPlot and API, which are highlighted in note admonitions in the notebook. At the same time, I added a new API compatibility section to the reference, with a page for Pandas that includes an API compatibility table (which plotting methods are available in Pandas and/or hvPlot) and the main notable differences I thought were worth being mentioned specifically. In this process, the Pandas_API user guide has been moved to the reference section (with a redirect in place). I decided not to use the |
|
Thank you, this is great! |
user_guide/Viewing