Skip to content

01curiouskid/SPR_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Installation

Before running the code, make sure you have the required packages installed. Follow the steps below to set up your environment.

Required Packages

  1. pandas

    • Used for data manipulation and analysis.
    • Installation:
      pip install pandas
  2. 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.
  3. 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.

Setting Up the Environment

  1. Clone this repository:
    git clone https://github.com/your-username/your-repository.git
    cd your-repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published