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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tiny_data_warehouse-0.3.0.tar.gz.
File metadata
- Download URL: tiny_data_warehouse-0.3.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae630b369d2577700649b1d7e2b0935692abba5301dfe7c7a531a7af7dbc598a
|
|
| MD5 |
0aed3a8b5ef874a8f2a0a0bac56e561d
|
|
| BLAKE2b-256 |
c944d20c77c6e47d48ac6ab97a3056fde565bbb858a5c9cc25eaac228610bdc8
|
File details
Details for the file tiny_data_warehouse-0.3.0-py3-none-any.whl.
File metadata
- Download URL: tiny_data_warehouse-0.3.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bf14ac9e3a52ff008611e3c9e4ccce377528d621c02adba1083d31ced7c008f
|
|
| MD5 |
77cb2755a184831cc291d0ef050c5518
|
|
| BLAKE2b-256 |
4516277d68632206ccfce843a8b72ccab13cec6354249c6c9edfb4cd99577ae1
|