-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat: Implement plotly.HTMLDataset
#788
feat: Implement plotly.HTMLDataset
#788
Conversation
plotly.HTMLDataset
plotly.HTMLDataset
Signed-off-by: Yury Fedotov <yury_fedotov@mckinsey.com>
7507d94
to
14d16d9
Compare
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.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.
Thanks for the contribution @yury-fedotov ! I'm happy to get this in as a regular dataset. It is indeed very similar to plotly.JSONDataset
so I don't see a significant maintenance burden for the Kedro team to support this dataset.
We'll need 1/2 approval from the TSC to merge this dataset to the core datasets space. As of today we have 20 TSC members so we'll need 10 approvals in total.
Signed-off-by: Merel Theisen <49397448+merelcht@users.noreply.github.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.
Thanks a lot for your contribution @yury-fedotov ! 🙌🏼
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.
Thank you @yury-fedotov
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.
Excellent! Thank you!
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.
Thanks, @yury-fedotov !
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.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.
Going to approve, but have a few nit comments around alphabetization I'd appreciate. :D
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Signed-off-by: Merel Theisen <49397448+merelcht@users.noreply.github.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.
thanks @yury-fedotov
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.
Thank you, @yury-fedotov!
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.
Thanks!
This has 12/20 TSC approval so I'm going to merge it. Thanks again for the contribution @yury-fedotov ⭐ |
* Implement `plotly.HTMLDataset` Signed-off-by: Yury Fedotov <yury_fedotov@mckinsey.com> Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
* Implement `plotly.HTMLDataset` Signed-off-by: Yury Fedotov <yury_fedotov@mckinsey.com> Signed-off-by: Harm Matthias Harms <matthias.harms@quis.de>
Description
Closes #787
Development notes
plotly.JSONDataset
, I've added it as core. Though let me know if you prefer it to be experimental.plotly.JSONDataset
as possible.There are just two differences with
plotly.JSONDataset
:load
at all becauseplotly
doesn't support anything likeread_html
.plotly.io.write_html
while the other one is usingplotly.io.write_json
.Checklist
RELEASE.md
file