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 == 3.5, Python == 3.6.

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

Example Usage

To use these magics, you must first register them. Run the %load_ext bigquery_magics in a Jupyter notebook cell.

%load_ext bigquery_magics

Perform a query

%%bigquery
SELECT name, SUM(number) as count
FROM 'bigquery-public-data.usa_names.usa_1910_current'
GROUP BY name
ORDER BY count DESC
LIMIT 3

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.3.0.tar.gz (38.1 kB view details)

Uploaded Source

Built Distribution

bigquery_magics-0.3.0-py2.py3-none-any.whl (28.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file bigquery_magics-0.3.0.tar.gz.

File metadata

  • Download URL: bigquery_magics-0.3.0.tar.gz
  • Upload date:
  • Size: 38.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.18

File hashes

Hashes for bigquery_magics-0.3.0.tar.gz
Algorithm Hash digest
SHA256 f73cfdfed1b092432c5b2847b84b56b3b9dd0603c6d7395124baa9545476bcd4
MD5 7dcaa345b2d5ca10e3b60656d8bf996d
BLAKE2b-256 ae9055eecd8867b6a669fc31096443c2d6d4f1052691fc87499c8bd77ac7abe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bigquery_magics-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a90af320d929b249405fc3582f24306c0defefdd5488b04d6939dbabb36a1fd3
MD5 92c6d75fe8dec52c510dcf4d2743b436
BLAKE2b-256 6451e70c8dda89c6bdba9b3f8c711f07bfefb5a31acdeb27a2e1f42e92eeda9b

See more details on using hashes here.

Supported by

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