Skip to content

PibedeBarr10/data-visualization-pandas-bokeh-requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualization with Pandas, Bokeh and requests library

Table of contents

About the project

What application do?

This application visualize difference between xG and goals of best players on the plot

Bokeh plot

How application do it?

  • send POST request to Understat.com and gets data from API (requests library)
  • converting response to JSON object (requests library)
  • conversion data types, calculating difference between xG and goals and sorting data (Pandas)
  • visualization data (Bokeh)

Technologies

Application was built with:

  • Python
    • requests library (web scraping data from Understat.com)
    • Pandas (data analysis)
    • Bokeh (creating plot and save it to .html file)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks