Knowledge Pool
Data Analytics
Last Contribution on
Apr 13, 2020
By
Mausam Gaurav
2 Articles in Data Analytics

 

Article Apr 13, 2020
Article Author   Mausam Gaurav
Page Visits   5005
Power BI

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 Aug 25, 2019
Article Author   Mausam Gaurav
Page Visits   8888
Machine Learning Python

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 ...