Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Python Druid API for use in notebooks #13787
Python Druid API for use in notebooks #13787
Changes from 19 commits
f77c8b8
fc0d611
7e2c722
6d24a0c
a55491d
db64ee3
b3ad339
03db66e
9e6992f
b6cedf1
978839b
de20079
1f020f4
23853db
0333d79
e4bc97d
06829d5
a93c481
bc8c8c6
cda855b
a3a0526
c47b19f
be972ea
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Wonder if it'd make sense to pull the python package outside the context of the jupyter notebook so it can be reused for other things?
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.
That's a good longer-term goal. For now, we're putting our toe in the water by including the code here. From there, we can see if there is broader interest besides just as a training tool.