In this post we are going to show how to create a cool looking ratings chart in Microsoft Power BI. The chart is below. The chart is best viewed in a touch screen (the vertical scroll bar would disappear). Note: if you see a message "app.powerbi.com’s ...
Article
Apr 13, 2020
Article
Aug 25, 2019
Prerequisites: You would need to have Jupyter Notebook installed. Python 3.7 and Pandas 0.25.1 were used for this post. You would also need the following packages:
- plotly pip install plotly==4.1.0
- itertools (usually pre-installed with Python)
All the code used in this article, and the ...