-
Notifications
You must be signed in to change notification settings - Fork 13
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
[WIP] Examples for new string functions and more #39
Conversation
…ed as strings are actually datetime. Added nation.parquet data for string testing. Added new datetime functions. Modified some of the other examples due to the sample_taxi.parquet changes
… and aggregations
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.
These are nit-picks but make for a better experience when we can avoid showing this ugly window that prompts the user to change kernel because this one doesn't exist.
@@ -166,9 +166,9 @@ | |||
], | |||
"metadata": { | |||
"kernelspec": { | |||
"display_name": "RAPIDS Stable", | |||
"display_name": "Python [conda env:bsql5] *", |
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.
I think this might cause problems when run in the app. We should revert it back to RAPIDS Stable
"language": "python", | ||
"name": "rapids-stable" | ||
"name": "conda-env-bsql5-py" |
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.
As above
@@ -423,9 +423,9 @@ | |||
], | |||
"metadata": { | |||
"kernelspec": { | |||
"display_name": "RAPIDS Nightly", | |||
"display_name": "Python [conda env:bsql5] *", |
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.
Same here
"language": "python", | ||
"name": "rapids-nightly" | ||
"name": "conda-env-bsql5-py" |
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.
And here
@@ -243,9 +264,9 @@ | |||
], | |||
"metadata": { | |||
"kernelspec": { | |||
"display_name": "RAPIDS Stable", | |||
"display_name": "Python [conda env:bsql5] *", |
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.
Change to RAPIDS-stable
"language": "python", | ||
"name": "rapids-stable" | ||
"name": "conda-env-bsql5-py" |
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.
Rapids-stable
@@ -425,9 +455,9 @@ | |||
], | |||
"metadata": { | |||
"kernelspec": { | |||
"display_name": "RAPIDS Nightly", | |||
"display_name": "Python [conda env:bsql5] *", |
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.
RAPIDS-stable
"language": "python", | ||
"name": "rapids-nightly" | ||
"name": "conda-env-bsql5-py" |
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.
RAPIDS-stable
@@ -1313,9 +827,9 @@ | |||
], | |||
"metadata": { | |||
"kernelspec": { | |||
"display_name": "Python 3.8.5 64-bit ('blazingsql2': conda)", | |||
"display_name": "Python [conda env:bsql5] *", |
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.
RAPIDS-stable
"language": "python", | ||
"name": "python38564bitblazingsql2conda33c057b4a2a24feea07ddd2b9511b885" | ||
"name": "conda-env-bsql5-py" |
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.
RAPIDS-stable
No description provided.