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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a221e80bc65614189cecf963cdb62b0386c728208b10aa62ab01dd31a87aae3 |
|
MD5 | 6c781a6c0ded574c0b97d6a0a7fcabcd |
|
BLAKE2b-256 | 1e2b0e3c345c6aa60c6881862d90aa240bf5c52aacd7cc9dfa3da36336686348 |
File details
Details for the file tiny_data_warehouse-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: tiny_data_warehouse-0.2.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1624aaf793c07b301f56f4d14210c36cb77cc8a8ff07adee8ca1f5b26a2fd98 |
|
MD5 | 7e50d6b8e8211b44497cb86be623bdae |
|
BLAKE2b-256 | 7aa3aab873529275c94f136f4dc8bfa83389b278b88be5772cd81f5c1553a7f3 |