Helper library for BigQuery
Project description
am4894bq
A helper library for some BigQuery related stuff.
Install
pip install am4894bq
Quickstart
from am4894bq.schema import get_schema
# get a schema for a sample table
schema = get_schema('bigquery-public-data.samples.shakespeare')
schema
[SchemaField('word', 'STRING', 'REQUIRED', 'A single unique word (where whitespace is the delimiter) extracted from a corpus.', ()),
SchemaField('word_count', 'INTEGER', 'REQUIRED', 'The number of times this word appears in this corpus.', ()),
SchemaField('corpus', 'STRING', 'REQUIRED', 'The work from which this word was extracted.', ()),
SchemaField('corpus_date', 'INTEGER', 'REQUIRED', 'The year in which this corpus was published.', ())]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
am4894bq-0.1.13.tar.gz
(9.8 kB
view details)
Built Distribution
File details
Details for the file am4894bq-0.1.13.tar.gz
.
File metadata
- Download URL: am4894bq-0.1.13.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35b97a99f439d6a86889b9c8d2a9ec9b64df6d5fa5a14b84b4dcc3d818169e3a |
|
MD5 | 5a77ee641b73b26a619a207f71cf0e87 |
|
BLAKE2b-256 | 05b02ef05ff495b14c46a8a8c6863262ea8ac92c9a774d9d2a89aa170f7c4d56 |
File details
Details for the file am4894bq-0.1.13-py3-none-any.whl
.
File metadata
- Download URL: am4894bq-0.1.13-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44d741780f3d63ae63b5468bfee0d4cbc32e828bee56f3dba5c479b894a22823 |
|
MD5 | 4f847427415fbeb387eb03c4ab6b6a2c |
|
BLAKE2b-256 | 66c183597af8f9404c907eb191ca02c8f3076bf2393082748454afec1e929636 |