Skip to content

Instantly share code, notes, and snippets.

@roaramburu
Created July 28, 2020 00:38
Show Gist options
  • Save roaramburu/18b176fd0e0388bad42cde7f2a8bc79b to your computer and use it in GitHub Desktop.
Save roaramburu/18b176fd0e0388bad42cde7f2a8bc79b to your computer and use it in GitHub Desktop.
from blazingsql import BlazingContext
bc = BlazingContext()
bc.s3('blazingsql-colab', bucket_name='blazingsql-colab')
bc.create_table('big_taxi', 's3://blazingsql-colab/yellow_taxi/1_0_0.parquet')
bc.sql('select count(*) from big_taxi')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment