Before running the code, make sure you have the required packages installed. Follow the steps below to set up your environment.
-
pandas
- Used for data manipulation and analysis.
- Installation:
pip install pandas
-
os
- Built-in Python module used for interacting with the operating system.
- Installation: No installation is required since it’s part of Python's standard library.
-
csv
- Built-in Python module used for reading and writing CSV files.
- Installation: No installation is required since it’s part of Python's standard library.
- Clone this repository:
git clone https://github.com/your-username/your-repository.git cd your-repository