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.13.0.tar.gz (58.1 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.13.0-py3-none-any.whl (41.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bigquery_magics-0.13.0.tar.gz
  • Upload date:
  • Size: 58.1 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.13.0.tar.gz
Algorithm Hash digest
SHA256 95ca27984b45e95808b004badd3f7d4c63ce077987f2f7b1f505b78945f3b2fe
MD5 f0839b7449258e53c171845be55659c5
BLAKE2b-256 72df02a81555777750b77f300492be635c17214dbb742740a04f9e0d548b137c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigquery_magics-0.13.0.tar.gz:

Publisher: google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
  • Statement: Publication detail:
    • Token Issuer: https://accounts.google.com
    • Service Account: google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com

File details

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

File metadata

File hashes

Hashes for bigquery_magics-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 836275523904459082fbad4ac2115d7eb438307093b8ac498d6e916a28184faa
MD5 e24a8542926976545cae608db224ddc5
BLAKE2b-256 ba9eebd006b63756dd2d025b268812e3ae017e7131d56d2b954a3892840f5b0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigquery_magics-0.13.0-py3-none-any.whl:

Publisher: google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
  • Statement: Publication detail:
    • Token Issuer: https://accounts.google.com
    • Service Account: google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com

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