Data Analyst

Data Analyst

As a Data Analyst, I analyze and visualize data in order to answer business questions and to enable data-driven decision making.

63 posts
Matplotlib - Pie Charts

Matplotlib - Pie Charts

Introduction In this tutorial, we want to create a Pie Chart. In order to do this, we use the pie() function of Matplotlib. Import Libraries First, we import the Pyplot submodule. The Pyplot submodule contains a collection of important functions such as the plot() function or the pie() function. import...

Seaborn - Stripplots

Seaborn - Stripplots

Introduction In this tutorial, we want to create a Stripplot. In order to do this, we use the stripplot() function of Seaborn. Import Libraries First, we import the following python modules: import seaborn as sns import matplotlib.pyplot as plt Load Data We would like to use a seaborn sample...

Maplotlib - Subplots

Maplotlib - Subplots

Introduction In this tutorial, we we want to draw several Plots in one figure. We can achieve this by using Subplots. In order to create a Subplot, we use the subplot() function of Matplotlib. Import Libraries First, we import the Pyplot submodule. The Pyplot submodule contains a collection of important...

Seaborn - Swarmplots

Seaborn - Swarmplots

Introduction In this tutorial, we want to create a Swarmplot. In order to do this, we use the swarmplot() function of Seaborn. Import Libraries First, we import the following python modules: import seaborn as sns import matplotlib.pyplot as plt Load Data We would like to use a seaborn sample...

Matplotlib - Colormaps

Matplotlib - Colormaps

Introduction In this tutorial, we want to have a look at some Colormaps provided by Matplotlib and use them in a Scatterplot. Import Libraries First, we import the Pyplot submodule. The Pyplot submodule contains a collection of important functions such as the plot() function or the scatter() function. In addition,...

Seaborn - Pairplots

Seaborn - Pairplots

Introduction In this tutorial, we want to create a Pairplot. In order to do this, we use the pairplot() function of Seaborn. Import Libraries First, we import the following python modules: import seaborn as sns import matplotlib.pyplot as plt Load Data We would like to use a seaborn sample...

You’ve successfully subscribed to Deep Learning Nerds | The ultimate Learning Platform for AI and Data Science
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.