https://github.com/ethankletschke/python-excel-data-gen
A Python data generator that saves to a CSV file.
https://github.com/ethankletschke/python-excel-data-gen
data-handling data-science excel ms-excel python
Last synced: 7 months ago
JSON representation
A Python data generator that saves to a CSV file.
- Host: GitHub
- URL: https://github.com/ethankletschke/python-excel-data-gen
- Owner: ethanKletschke
- Created: 2024-04-27T10:53:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T08:42:15.000Z (10 months ago)
- Last Synced: 2025-06-02T00:24:38.873Z (7 months ago)
- Topics: data-handling, data-science, excel, ms-excel, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Excel Data Generator
A Python-based CSV file generator with random data.
- Author: Ethan Kletschke
- Version: `1.2.0`
- Environments of Development:
- Ubuntu (WSL) for development
- Windows 11 for testing (previously for development)
## How to use
1. Specify a row to stop at
2. The end!
Note that it saves the data in a `.csv` file, and you'll have to save it as a
`.xlsx` in order to use Excel functions in it!