Datathon_Datafest_2024
Contribution
- Fork the repository
- Use
git clone repo-urlto clone the repository - Navigate into the cloned repository
cd datathon_datafest_2024 - Create pyhton virtual environment
python3 -m venv venv or python -m venv venv - Activate the environment
source venv/Scripts/activateorsource venv/bin/activate - Install package
pip install -r requirements.txt - At the bottom on
get_data.py, Increase the expected number of records generated.records=100 - Generate the data into csv file
python get_data.py
On this page
Contributors
Created October 6, 2024
Updated October 6, 2024