Static schema-based fake data generator (Pandas output only)
Project description
dikshantdata is a Python package for generating synthetic tabular data using predefined schemas.
✅ Features
- Static schema definitions (20+ domain examples)
- Always includes required columns like
id,name - Smart sampling of optional fields
- DataFrame-only output for easy usage
- dataframe with following name supported : players, animals, students, employees, movies
🧪 Example Usage
from dikshantdata import generator
# Generate a student dataset
df = generator.generate("students", rows=5, columns=6)
print(df.head())
📦 Installation
pip install dikshantdata
🛠 Requirements
- Python 3.7+
- pandas
🔖 License
MIT
Contributions and schema suggestions welcome!
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
dikshantdata-0.1.1.tar.gz
(4.7 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 dikshantdata-0.1.1.tar.gz.
File metadata
- Download URL: dikshantdata-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d608e1948c9cb7f419d4f3c7659259c8fba5272df38e21eea260fd56423b569d
|
|
| MD5 |
6683143d5f37f19487651918739b47cb
|
|
| BLAKE2b-256 |
f9e18914edd01b37bdcc40228ef9eb9ca2e05e704953b74fdc15b6aa4d66a6d4
|
File details
Details for the file dikshantdata-0.1.1-py3-none-any.whl.
File metadata
- Download URL: dikshantdata-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33b5a1dc4775e897b91295c69ae1ba8e9814bcf038aa28d9f6d97ad940983da7
|
|
| MD5 |
251d95f5f326010de32fd38d56fa1a2f
|
|
| BLAKE2b-256 |
c17142923bfcbb51c1c9a0997fd7a6ba2587e96baaec564b56514b907faab61c
|