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.2.tar.gz
(4.9 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.2.tar.gz.
File metadata
- Download URL: dikshantdata-0.1.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c961088e51e38b77975d0be2c17accca464215af6c03aaa875198dcb21661591
|
|
| MD5 |
c7ac57837a998b5766f624907cccddc3
|
|
| BLAKE2b-256 |
73cc8caee000ead90e0f35ad68868d587199676d274bbd0d9d57385b85bfdbe6
|
File details
Details for the file dikshantdata-0.1.2-py3-none-any.whl.
File metadata
- Download URL: dikshantdata-0.1.2-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 |
cf27d3668204344a633ff04fa6fa234cd9d5cac76984d0f9cea55ea2052955b7
|
|
| MD5 |
58f543871e9915f6bb25c3f2d42ab966
|
|
| BLAKE2b-256 |
66a37a4111ff8aa892d58ce4fc02129b722bf7e7f28a1e94417e568431064ca2
|