-
Notifications
You must be signed in to change notification settings - Fork 209
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
Implement plot(df[, x, y])
and add CI
#6
Conversation
First, the commit "Delete EDA_plot#2.py" need to be squashed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name of the files should be more informative, maybe you can name them with respect to their functionality.
Additionally, the tests/style/type checks should be passed.
b917805
to
55685ef
Compare
code refactoring #6 Signed-off-by: shub970 <laddha.shubham97@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After these minor fixes are done I think it can be committed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left more comments
20b9d71
to
1d07e13
Compare
And add mypy check
plot(df[, x, y])
and add CIplot(df[, x, y])
and add CI
Implement `plot(df[, x, y])` and add CI
No description provided.