In a world of hardship and division, sport achieves an incredible goal: it brings everyone together! In the United States, the basketball league, the NBA, is very popular. Teams play all year long in intense seasons, and fans get to witness careers and even legends being made. Some names such as Lebron James or Kobe Bryant are known even to non-believers as international sports icons!
The competition for the top is fierce, and very well documented! For our project, we use data distributed by kaggle.com and made available by the NBA itself on their official website. Details about every match, team and season are available, going back all the way to 2003! Faced with the richness of this data, how can we resist looking for unforeseen success factors in our own sciency way?
With some prior data manipulation, we expect to allow users to discover peculiar insights on their favorite sport. Using interactive data selection in our two first visualizations, users can focus their understanding and investigate on their own. In our third interactive tool, the users have complete freedom to construct their own team and visualize its effectiveness!
The website is accessible here on Chrome : https://com-480-data-visualization.github.io/datavis-project-2022-lebron-jenkins/
Folder :
.gitattributes
is useful for git LFSdata/
added through git LFS containingdata/preprocessed
with the preprocessed CSVsdata_web/
added through git LFS containing CSVs useful to display animations on the websites.eda/
containing the study files in.ipynb
and.py
.gitignore
milestone1.md
report for milestone 1milestone2.pdf
report for milestone 2serverPy.py
server used to run the website locallyindex.html
main pagejs/
contains all the script neededcss/
contains the style sheetsrapport_DataVisualization.pdf
final report of the project