This project provides Python scripts for processing and analyzing traffic data from CSV files. It includes functionalities to read, process, and extract meaningful insights from traffic datasets.
- Part_ABC.py: Script for processing traffic data from CSV files.
- Part_DE.py: Script for analyzing processed traffic data.
- traffic_data15062024.csv, traffic_data16062024.csv, traffic_data21062024.csv: Sample traffic data files used for analysis.
- results.txt: Output file containing results from the data analysis.
- Python 3.x
- Clone the Repository:
git clone https://github.com/OshadhaVimuB/Python-CSV.git
cd Python-CSV
- Run the Scripts:
- To process the traffic data:
python Part_ABC.py
- To analyze the processed data and GUI:
python Part_DE.py
Contributions are welcome! If you would like to improve this project