Data Analytics

Data Analytics

Unlock the full potential of Data Analytics with our in-depth tutorials! We provide comprehensive guides to create powerful dashboards and data visualizations. From mastering analytics fundamentals to advanced reporting techniques, our tutorials cover it all.

62 posts
Power BI - IF Function in DAX

Power BI - IF Function in DAX

Introduction Power BI comes with the powerful formula language Data Analysis Expression (DAX) which allows the implementation of custom calculations. There are numerous operators and functions available in DAX. One essential DAX function is the IF function which is used for conditional calculations. In this tutorial, we will explore the...

Matplotlib - Histograms

Matplotlib - Histograms

Introduction In this tutorial, we want to create a Histogram. In order to do this, we use the hist() 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 hist() function. In addition,...

Seaborn - Barplots

Seaborn - Barplots

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

What is a Data Lakehouse?
Academy Membership Data EngineeringDatabricks

What is a Data Lakehouse?

Introduction In this tutorial, we want to explain the characteristics of a Data Lakehouse. In order to do this, we will take a closer look at the key features of Data Lakes and Data Warehouses and how a Data Lakehouse combines the best of both worlds. Definition At its core,...

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

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.