Skip to content
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

Merged
merged 4 commits into from
Dec 4, 2020

Conversation

wmalpica
Copy link

@wmalpica wmalpica commented Dec 2, 2020

No description provided.

William Malpica added 3 commits December 2, 2020 09:11
…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
Copy link
Contributor

@drabastomek drabastomek left a 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] *",
Copy link
Contributor

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"
Copy link
Contributor

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] *",
Copy link
Contributor

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"
Copy link
Contributor

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] *",
Copy link
Contributor

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"
Copy link
Contributor

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] *",
Copy link
Contributor

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"
Copy link
Contributor

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] *",
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RAPIDS-stable

@wmalpica wmalpica merged commit 8eb32d9 into master Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants