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.', ())]
Examples
You can see some example notebooks in the examples folder of the repository.
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.26.tar.gz
(10.4 kB
view details)
Built Distribution
am4894bq-0.1.26-py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file am4894bq-0.1.26.tar.gz
.
File metadata
- Download URL: am4894bq-0.1.26.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5979d4bf73b20e6d0c909a8cf905d871af4d95572367d12b0c4a92358d256988 |
|
MD5 | 1c48eb432719c4b0a7bec7a7f40d3322 |
|
BLAKE2b-256 | e627f29f6a90be83ecf7fabce393facd0b203bf9d2c26ffc375ce9a057a4c5d5 |
File details
Details for the file am4894bq-0.1.26-py3-none-any.whl
.
File metadata
- Download URL: am4894bq-0.1.26-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06d8ff23c4675281918f48f570ed429138f817bcc69dd3bd7a42376896360809 |
|
MD5 | d0c80b342c174878d50bb4e307ec3ba6 |
|
BLAKE2b-256 | e940de45bcba85074d4299a56ae19438adb3714cbf2c4215196b1c3600d0c71d |