This is basically done for my Data Science mini Project for my semester so, You can too use it if you needed incase of emergency to show some basic Data Science Project.. Just Copy and Paste the main.py contained lines and before going on, install the dependencies that needs to run this file..
This is the official website of IPL 2022 auctions where I have webscrapped..)
https://www.iplt20.com/auction/2022The following Python libraries are required to run the scripts:
requests
beautifulsoup4
pandas
matplotlib
seaborn
You can install the dependencies using the following command:
pip install requests
pip install beautifulsoup4
pip install pandas
pip install matplotlib
pip install seaborn
scrape.py
: Python script for web scraping IPL auction data.analysis.ipynb
: Jupyter notebook for data analysis and visualization.requirements.txt
: List of Python dependencies required to run the scripts.