Visualisation

Visualisation created by multiple modules of python or R. In my blogs:

  • I talked about how to create various plots with matplotlib module of python, such as scatter plot, treemap, venn diagram, area chart, radar chart, etc.
  • I explained how to read and understand box plot.
  • I applied multiple visualisations on different analytics topics, like climate change, real estate, COVID-19, etc.

Second-hand apartments transactions in Île-de-France (01/2014 - 06/2021)

Île-de-France is the most populous of the 18 regions of France. It is located in the north-central part of the country and often called the Région Parisienne ("Paris Region") because it includes th...

Second-hand apartments transactions in Paris (01/2014 - 06/2021)

Paris is the capital and most populous city of France. Since the 17th century, Paris has been one of Europe's major centers of finance, diplomacy, commerce, fashion, science, and the arts. All thes...

Do you know which COVID-19 vaccine brings the most obvious reactions?

Some time ago, I have successively analyzed the adverse reactions of Pfizer vaccine, Coronavac vaccine, AstraZeneca vaccine and Modena vaccine. Today we will compare the side effects of different v...

Do you know the reactions of Modena vaccine?

The Centers for Disease Control and Prevention (CDC) recently released data on the response and severity of people of different ages after being vaccinated with the Moderna COVID-19 vaccine. Today,...

Do you know the reactions of Oxford/AstraZeneca vaccine?

The AstraZeneca Vaccine Trial Group at the University of Oxford has released data on the response and severity of people at different ages after being vaccinated with AstraZeneca’s COVID-19 vaccine...

Do you know the reactions of Coronavac vaccine?

Instituto Butantan announced the final results of the Phase III clinical trial of China's Coronavac COVID-19 vaccine in Brazil. Today, I will take you to learn more about the specific information.

Do you know the reactions of Pfizer vaccine?

The Centers for Disease Control and Prevention (CDC) recently released data on the response and severity of the population of different ages after being vaccinated with Pfizer-BioNTech. Today, I wi...

Second-hand apartments transactions in Île-de-France (01/2014 - 06/2020)

Île-de-France is the most populous of the 18 regions of France. It is located in the north-central part of the country and often called the Région Parisienne ("Paris Region") because it includes th...

Second-hand apartments transactions in Paris (01/2014 - 06/2020)

Paris is the capital and most populous city of France. Since the 17th century, Paris has been one of Europe's major centers of finance, diplomacy, commerce, fashion, science, and the arts. All thes...

How far is the nearest COVID-19 testing site?

In this blog, I create a map to display how far is the nearest COVID-19 testing site for each community with python modules "folium" and "shapely".

How COVID-19 impacts people's working in France?

This blog talks about how COVID-19 impacts people's working in France.

Youtube video's comments analysis Jay Chou Mojito

I extract one video's (Mojito Jay Chou) comments on YouTube with YouTube Data API and in this blog I will analyse them in different views.

COVID-19 worldwide analysis (up to 2020-05-10 UTC+02:00)

Recently, lots of European countries started to stop the lockdown. Thus, I'm curious about the actual COVID-19 situation around the world. In this blog, I will talk about the worldwide COVID-19 pan...

COVID-19 worldwide analysis (up to 2020-04-02 UTC+02:00)

At the same time of last month, China reached its peak of COVID-19 pandemic for the first stage. After March, the COVID-19's proliferation spread to other countries around the world, especially in ...

Draw animated graphs with matplotlib

Matplotlib is a well-known python library used for data visualisation, we usually create static plots with it. But how if we create animated graph to present the evolution in terms of time? In this...

COVID-19 pandemic spreads of TOP 10 countries

From the COVID-19's outbreak until 23 March, 378139 people are / have been infected all around the world. The number of people who have dead exceeds 16400. Nearly 190 countries have confirmed cases...

COVID-19 worldwide analysis (up to 2020-03-14)

Since mid February, the situation of COVID-19 in China begins to be stable, but it propagates in the Rest of the World. In this blog, I'll talk about its propagation around the world.

COVID-19: Does France underestimate the number of cases?

This blog talks about the actual COVID-19 situation of France, the definition of confirmed cases in France and some predictions of confirmed cases in France.

COVID-19 analysis (up to 2020-03-02) COVID-19分析(截至2020年3月2日)

The outbreak of the COVID-19 has been more than two months. The initial outbreak has greatly affected China and other Asian countries, and it has spread in other countries around the world in the p...

Second-hand apartments transactions in Paris

Paris is the capital and most populous city of France. Since the 17th century, Paris has been one of Europe's major centres of finance, diplomacy, commerce, fashion, science, and the arts. All thes...

Climate change Series 4: Forest area

Forests are the dominant terrestrial ecosystem of Earth, and are distributed around the globe. Forests account for 75% of the gross primary production of the Earth's biosphere, and contain 80% of t...

Climate change Series 3: Electric and energy use

World energy consumption is the total energy produced and used by the entire human civilization. Typically measured per year, it involves all energy harnessed from every energy source applied towar...

Climate change Series 2: CO2 emission

A greenhouse gas (sometimes abbreviated GHG) is a gas that absorbs and emits radiant energy within the thermal infrared range. Greenhouse gases cause the greenhouse effect. In this blog, I will tal...

Climate change Series 1: Population

According to the United States Census Bureau the world's population was about 7.55 billion in 2019 and that the 7 billion number was surpassed on 12 March 2012. According to a separate estimate by ...

Airbnb Paris Analysis

Paris is the capital and most populous city of France, and it also attracts lots of tourists, which makes me eager to dig out Airbnb locations in Paris. Where are the locations located? What are th...

House Prices: Regression Techniques

In this challenge, we need to predict the sales price for each house.

Titanic: survival prediction

In this challenge, we need to analyse what sorts of people were likely to survive. In particular, we also need to apply the tools of machine learning to predict which passengers survived the tragedy.

What is box plot ?

This blog talks about what is box plot, understanding box plot with help of probability density function (pdf), how to make a box plot by python module matplotlib and how to interprete a boxplot.

Matplotlib Series 11: Histogram

This blog specifies how to create/custom basic histogram and cumulative histogram with matplotlib in Python and their use cases.

Matplotlib Series 10: Lollipop plot

This blog specifies how to create/custom basic lollipop plot and vertical lollipop plot with matplotlib in Python and their use cases.

Matplotlib Series 9: Word cloud

This blog specifies how to create basic word cloud, word cloud in specific shape with matplotlib in Python and their use cases.

Matplotlib Series 8: Radar chart

This blog specifies how to create simple radar charts, multiple area charts with matplotlib in Python and their use cases.

Matplotlib Series 7: Area chart

This blog specifies how to create simple area charts, multiple area charts, stacked area charts and 100% stacked area charts with matplotlib in Python, and their use cases.

Matplotlib Series 6: Venn diagram

This blog specifies how to create venn diagram with matplotlib in Python, and its use case.

Matplotlib Series 5: Treemap

This blog specifies how to create treemap with matplotlib in Python, and its use case.

Matplotlib Series 4: Scatter plot

This blog specifies how to create scatter plot, connected scatter plot and bubble chart with matplotlib in Python.

Matplotlib Series 3: Pie chart

This blog specifies how to create pie chart with value labels, donut chart and nested pie chart, and how to adjust labels' size and position with matplotlib in Python.

Matplotlib Series 2: Line chart

This blog specifies how to create line chart with single line, line chart with multiple lines and add values' label on the chart with matplotlib in Python.

Matplotlib Series 1: Bar chart

This blog specifies how to create simple bar chart, grouped bar chart and stacked bar chart with matplotlib in Python.

Introduction to matplotlib.pyplot

In this blog, I will talk about some basic elements for creating a graph/graphs by package matplotlib.pyplot. Figures & Axes & Axis The figure can be seen as the canvas, on which all drawi...

R IN ACTION Review 2 - Getting started with graphs

This blog reviews general methods for working with graphs. We’ll begin with how to create and save graphs, then talk about how to modify the features of graph. Creating and saving graphs Creating...