Skip to content
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

Plot APIs in DataFrame #666

Closed
HyukjinKwon opened this issue Aug 21, 2019 · 9 comments
Closed

Plot APIs in DataFrame #666

HyukjinKwon opened this issue Aug 21, 2019 · 9 comments
Labels
enhancement New feature or request

Comments

@HyukjinKwon
Copy link
Member

pandas: https://pandas.pydata.org/pandas-docs/stable/reference/frame.html#plotting

We should implement DataFrame.plot APIs.

@HyukjinKwon HyukjinKwon added the enhancement New feature or request label Aug 21, 2019
@charlesdong1991
Copy link
Contributor

May I work on it? @HyukjinKwon

@HyukjinKwon
Copy link
Member Author

Of course please go ahead!

@raghavansandhya
Copy link

@charlesdong1991 Let me know If I can help with any sub modules?

@HyukjinKwon
Copy link
Member Author

Please implement each plot API at https://pandas.pydata.org/pandas-docs/stable/reference/frame.html#plotting. If anyone is working on the sub items, please leave a comment that says you're working on that to avoid to duplicate efforts.

@charlesdong1991
Copy link
Contributor

charlesdong1991 commented Aug 22, 2019

@raghavansandhya sure, if you want to implement any sub module, pls go ahead! I am still preparing my PR which is not ready for review.

Just as @HyukjinKwon said, if you did any implementation, pls leave a comment so I will skip that module to avoid duplicate efforts.

FYI, i am working on plot_frame and modify _plot to adapt plotting for frames.

@HyukjinKwon
Copy link
Member Author

All other plots except:

are implemented. @dvgodoy would you be interested in continuing the efforts?

@chengyineng38
Copy link

I just tried to create a boxplot using DataFrame.boxplot but am blocked since it's not yet implemented. Is this on the roadmap of being implemented?

@HyukjinKwon
Copy link
Member Author

I'll resolve this ticket and file new issues for the two plot APIs not implemented yet, and then pin these issues

@HyukjinKwon
Copy link
Member Author

Here: #1751

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

No branches or pull requests

4 participants