This is an interactive dashboard made in pyhton, with pandas, plotly and streamlit. The theme was video games, i got the data from a csv files with information about games, platforms, genres, scores etc
Some prints of the website:
- First print shows the table and the mean of anual sales of all the games
- Second print shows a bar graph of the evolution of anual sales by year (image 1) and a pie graph of the percentage of genres of all the video games (image 2).
- Third print shows all the filters that you can apply in order to modify the table and the infromation about sales, as well as all the graphs beeing modified in real time with the filter after applying it.
Last print shows the modification of the information and the graphs that was mentioned above, all working in real time.
--- MORE DETAILS ABOUT THE PROJECT ---
- The website was made with streamlit
- The data was filtered, modified and modulated with pandas with jupyter notebooks. The files are the .ipynb. Not all of then was put in the site.
- All graphs were made and customized with plotly