-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fix bug #185 #200
Fix bug #185 #200
Conversation
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 doing this @nicoleeeluo! I just have one small suggestion.
}, | ||
"outputs": [], | ||
"source": [ | ||
"!export DASK_DATAFRAME__QUERY_PLANNING=False" |
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.
This should be changed to
%env DASK_DATAFRAME__QUERY_PLANNING False
And after doing that you should be able to remove the line below too:
os.environ['DASK_DATAFRAME__QUERY_PLANNING'] = 'False'
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.
@ryantwolf Hi Ryan, fix updated.
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.
@nicoleeeluo can you delete the code instead of commenting it out?
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.
@ryantwolf Thanks for pointing this out! I have deleted them
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!
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.
Oops I missed a small error. Looks like a file (.pre-commit-config.yaml
) got added that shouldn't be.
.pre-commit-config.yaml
Outdated
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.
Ah wait I just noticed this. Can this change be removed? The PR should only modify the notebook
Description
Usage
Add snippet demonstrating usage