Python

Python

107 posts
Pandas - Regular Expressions (Regex)

Pandas - Regular Expressions (Regex)

Introduction In this tutorial, we want to use regular expressions (regex) to filter, replace and extract strings of a Pandas DataFrame based on specific patterns. In order to do this, we use the str.contains() method, the str.replace() method and the str.extract() method of Pandas. Import Libraries First,...

Matplotlib - Barplots

Matplotlib - Barplots

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

Pandas - Unique Values of a DataFrame Column

Pandas - Unique Values of a DataFrame Column

Introduction In this tutorial, we want to count and get the unique values in a column of a Pandas DataFrame. In order to do this, we use the the nunique() method and the unique() method of Pandas. Import Libraries First, we import the following python modules: import pandas as pd...

Pandas - Concatenate DataFrames

Pandas - Concatenate DataFrames

Introduction In this tutorial, we want to concatenate multiple Pandas DataFrames. In order to do this, we use the the concat() function of Pandas. Import Libraries First, we import the following python modules: import pandas as pd Create Pandas DataFrames We create two Pandas DataFrames with some example data from...

Matplotlib - Scatterplots

Matplotlib - Scatterplots

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

Matplotlib - Plot Points

Matplotlib - Plot Points

Introduction In this tutorial, we want to plot points with Python. In order to do this, we use the plot() 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. In addition, we import NumPy....

Pandas - Join DataFrames

Pandas - Join DataFrames

Introduction In this tutorial, we want to join Pandas DataFrames. In order to do this, we use the the merge() method of Pandas. Import Libraries First, we import the following python modules: import pandas as pd Create Pandas DataFrames Next, we create two Pandas DataFrames with some example data from...

Pandas - Replace Null Values in a DataFrame

Pandas - Replace Null Values in a DataFrame

Introduction In this tutorial, we want to replace null values in a Pandas DataFrame. In order to do this, we use the the fillna() method of Pandas. Import Libraries First, we import the following python modules: import numpy as np import pandas as pd Create Pandas DataFrame Next, we create...

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.