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.10.tar.gz
(8.8 kB
view details)
Built Distribution
File details
Details for the file am4894bq-0.1.10.tar.gz
.
File metadata
- Download URL: am4894bq-0.1.10.tar.gz
- Upload date:
- Size: 8.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 | 5846524e64eb7b79857963c14f04c249d619ac589ba319f998282352f8d4f673 |
|
MD5 | b7d4b0940af93a8fffcaa28eb9ce5562 |
|
BLAKE2b-256 | e8a07fef5257b2e3f4364b61b3b435fd03ce46bda5f6e795a17a292675b455c3 |
File details
Details for the file am4894bq-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: am4894bq-0.1.10-py3-none-any.whl
- Upload date:
- Size: 7.6 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 | 44b06574b6a5897f28f0085d7cc5ed7c9d38e4aafacda8ab464f34f5d4d9fd5f |
|
MD5 | eef042da444c8d0c496270f95afe9a25 |
|
BLAKE2b-256 | 0a4e94ea373cb72dc9d5435d4ccb2dd348aafe352d5d5eccae0dd510b5407122 |