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.9

Unsupported Python Versions

Python <= 3.8.

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bigquery_magics-0.12.2-py3-none-any.whl (40.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bigquery_magics-0.12.2.tar.gz
  • Upload date:
  • Size: 57.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.11.2

File hashes

Hashes for bigquery_magics-0.12.2.tar.gz
Algorithm Hash digest
SHA256 4398b8047e0d357250d42f99ee4b84dd29e2414ad629c26f43dfe3d8823509c3
MD5 b87a36d2ec310f6bb88e9c02dc9f11f1
BLAKE2b-256 4761c68fcc5dbb9cf132af125d2dc7eddbb4dd1e7dbe7ff6b90594a71b6f632f

See more details on using hashes here.

File details

Details for the file bigquery_magics-0.12.2-py3-none-any.whl.

File metadata

File hashes

Hashes for bigquery_magics-0.12.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1552c3d0c4b60e19ee08b3fdfd0c5d9b28a47938108af906abe1213f26ff847d
MD5 6936673a17d296be78309392e0c6bf46
BLAKE2b-256 d1e45c56f423a1949a170241c08496507a6d1fe2efefc0f86017608ea39bf48f

See more details on using hashes here.

Supported by

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