<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Data-Visualization on Gabriel Berardi</title><link>http://www.gabriel-berardi.com/tags/data-visualization/</link><description>Recent content in Data-Visualization on Gabriel Berardi</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 01 Nov 2020 00:00:00 +0000</lastBuildDate><atom:link href="http://www.gabriel-berardi.com/tags/data-visualization/index.xml" rel="self" type="application/rss+xml"/><item><title>Where to Eat in Munich?</title><link>http://www.gabriel-berardi.com/blog/data/2020-11-01-where-to-eat-in-munich/</link><pubDate>Sun, 01 Nov 2020 00:00:00 +0000</pubDate><guid>http://www.gabriel-berardi.com/blog/data/2020-11-01-where-to-eat-in-munich/</guid><description>&lt;p&gt;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.&lt;/p&gt;</description></item><item><title>How to Create a Racing Bar Chart with Python</title><link>http://www.gabriel-berardi.com/blog/data/2020-05-01-racing-bar-chart/</link><pubDate>Fri, 01 May 2020 00:00:00 +0000</pubDate><guid>http://www.gabriel-berardi.com/blog/data/2020-05-01-racing-bar-chart/</guid><description>&lt;p&gt;After reading &lt;a href="https://towardsdatascience.com/bar-chart-race-in-python-with-matplotlib-8e687a5c8a41"&gt;this article&lt;/a&gt; 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.&lt;/p&gt;
&lt;p&gt;Here is the Bar Chart Race we are going to build in this article:&lt;/p&gt;
&lt;p&gt;








&lt;a href="images/racing-bar-chart.gif" data-fancybox="post-images" data-caption="racing bar chart we are going to create in this post"&gt;
 &lt;img src="images/racing-bar-chart.gif" alt="racing bar chart we are going to create in this post" /&gt;
&lt;/a&gt;
&lt;/p&gt;</description></item></channel></rss>