Skip to main content

No project description provided

Project description

Installation

pip install tiny-data-warehouse

Minimal usage

Write events

from tiny_data_warehouse import DataWarehouse
tdw = DataWarehouse()
tdw.write_event('person', {'name': 'Foo', 'age': 30})

Read events

from tiny_data_warehouse import DataWarehouse
tdw = DataWarehouse()
df = tdw.event('person')
df.head() # reads as pandas dataframe

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

tiny_data_warehouse-0.2.2.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

tiny_data_warehouse-0.2.2-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file tiny_data_warehouse-0.2.2.tar.gz.

File metadata

  • Download URL: tiny_data_warehouse-0.2.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.4.0

File hashes

Hashes for tiny_data_warehouse-0.2.2.tar.gz
Algorithm Hash digest
SHA256 6a221e80bc65614189cecf963cdb62b0386c728208b10aa62ab01dd31a87aae3
MD5 6c781a6c0ded574c0b97d6a0a7fcabcd
BLAKE2b-256 1e2b0e3c345c6aa60c6881862d90aa240bf5c52aacd7cc9dfa3da36336686348

See more details on using hashes here.

File details

Details for the file tiny_data_warehouse-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for tiny_data_warehouse-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a1624aaf793c07b301f56f4d14210c36cb77cc8a8ff07adee8ca1f5b26a2fd98
MD5 7e50d6b8e8211b44497cb86be623bdae
BLAKE2b-256 7aa3aab873529275c94f136f4dc8bfa83389b278b88be5772cd81f5c1553a7f3

See more details on using hashes here.

Supported by

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