little module that helps to create tables for a specified schema with random content
Project description
RandomTables
little module that helps to create tables for a specified schema with random content
How to use
To create a random table you can specify a schema upfront and then call the class
from randomtables import DataSetGenerator
# define schema
schema = [
{"type": float},
{"type": int},
{"type": str, "split": False},
{"type": str, "split": True, "names": True}
]
# initialize the schema
dfg = DataSetGenerator()
# generate a pandas dataframe
data = dfg.generate(
schema = schema,
)
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
random-tables-0.0.5.tar.gz
(5.4 kB
view details)
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 random-tables-0.0.5.tar.gz.
File metadata
- Download URL: random-tables-0.0.5.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
704b7dce3b554b782226b5a15eefced5667a00fb87986b9662936fc9e4daa561
|
|
| MD5 |
a910e01afc7fdd12c8edcf3274b99e31
|
|
| BLAKE2b-256 |
7b7f1635ef255dffff575c5cb6d8ccde0b66c3011c6a917b0a600326fe247ba0
|
File details
Details for the file random_tables-0.0.5-py3-none-any.whl.
File metadata
- Download URL: random_tables-0.0.5-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dd13a095fc66e78b3e15d48425096b79db3fbdc092b629be3ada694363079bf
|
|
| MD5 |
4c668884bf2c8b1a64d2a054958a0e35
|
|
| BLAKE2b-256 |
76a50d4928bd47baac097a47fb3f94510e4afc2c6b16606b697a4c5859b9a72b
|