Skip to main content

Google BigQuery magics for Jupyter and IPython

Project description

GA pypi versions

Querying massive datasets can be time consuming and expensive without the right hardware and infrastructure. Google BigQuery solves this problem by enabling super-fast, SQL queries against append-mostly tables, using the processing power of Google’s infrastructure.

Quick Start

In order to use this library, you first need to go through the following steps:

  1. Select or create a Cloud Platform project.

  2. Enable billing for your project.

  3. Enable the Google Cloud BigQuery API.

  4. Setup Authentication.

Installation

Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.

With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.

Supported Python Versions

Python >= 3.7

Unsupported Python Versions

Python == 2.7, Python == 3.5, Python == 3.6.

The last version of this library compatible with Python 2.7 and 3.5 is google-cloud-bigquery==1.28.0.

Mac/Linux

pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install bigquery-magics

Windows

pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install bigquery-magics

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bigquery-magics-0.1.0.tar.gz (36.3 kB view details)

Uploaded Source

Built Distribution

bigquery_magics-0.1.0-py2.py3-none-any.whl (27.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file bigquery-magics-0.1.0.tar.gz.

File metadata

  • Download URL: bigquery-magics-0.1.0.tar.gz
  • Upload date:
  • Size: 36.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for bigquery-magics-0.1.0.tar.gz
Algorithm Hash digest
SHA256 33794df43eaecebac7245aa801c2a7fa119597b91ed66f32d94a3b4c674f026b
MD5 52062ae6b2a80615dc7f0040f6f0a37b
BLAKE2b-256 c2144e25c0ccfacae9389fca1026711803ab3e88e0f51553e60c107ed348137b

See more details on using hashes here.

File details

Details for the file bigquery_magics-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for bigquery_magics-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0431a5176ffef2a08f4288b9ce1281fc082be3838e9c0f42aaf51664fc45e92d
MD5 f68167758b4b504fe49f6c351598b6da
BLAKE2b-256 d2db4ca0881292c0623fd0a6b5c001320490e235a552e4a81be17b1662d672d8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page