I recently moved to a new city - Munich! I live in a very calm area, but soon realized that the neighborhood is not really the best when it comes to eating outside. So, I decided to try to analyze review data from the web to find out which area is most compelling for me and other foodies. I scraped online reviews, cleaned the data and then visualized it on a map, showing the average rating of restaurants in different areas in Munich.
Categories
Recent Posts: Data-Visualization
Where to Eat in Munich?
How to Create a Racing Bar Chart with Python
After reading this article from Pratap Vardhan with great interest, I wanted to build my own version of a Bar Chart Race that is smoother and a bit more beautiful. The biggest improvement is the interpolation (or augmentation) of the available data points in order to make the animation smoother. Here is the Bar Chart Race we are going to build in this article: