Learn Python – Python web scraping of IPL point table and graph plotting using python libraries

 In this Example we try to scrap point table of IPL 2018 and try to store value into DataFrame in same format and plot a bar graph using matplotlib that will show each team’s Won and Lost in session .

Here is how point table exactly looks like on cricbuzz website.

We try to extract points table along with header and Teams and store these values in DataFrame and we use the matplotlib library of python to plot a bar graph that will demonstrate the Won and lost count of team.

This code dynamically pull in data from cricbuzz so it doesn’t matter whenever you execute the below code with Internet connection it will give you correct information. Also make sure that you install all necessary packages before execution of code.

This screenshots or just for better understanding though the IPL status keep changing output will also change. For exact output copy the code above and try on your own once, it will be fun.

bar graph

point table

Note: I hope this will help you as a reference or as a motivation to extract some useful information that are available through out the Internet for use and help you in your good executions.

Python for Data Analytics

https://www.kalogroup.com.au/