Skip to content

dikshantgh/dikshantdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dikshantdata is a Python package for generating synthetic tabular data using predefined schemas.

📦 Available on PyPI: https://pypi.org/project/dikshantdata/

✅ 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!

About

dikshantdata is a Python package for generating synthetic tabular data using predefined schemas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages