Storing, Transforming and Visualizing Data
Learning Outcomes
Get More Info
data, Tech & ai skills in






What’s Included
Course Introduction
Course Introduction
In this lesson, we get a preview of the course ahead.
Calculating with NumPy Arrays
Calculating with NumPy Arrays
In this lesson, we learn how to create an array which is a type of list that's more efficient at performing calculations.
Multidimensional NumPy Arrays
Multidimensional NumPy Arrays
In this lesson, we learn how an array can have multiple dimensions.
Storing Data in Pandas Dataframes
Storing Data in Pandas Dataframes
In this lesson, we learn how to store information in Pandas dataframes which offer a more efficient way of viewing and interacting with our data.
Indexing Pandas Dataframes by Name
Indexing Pandas Dataframes by Name
In this lesson, we learn how to index columns and rows from Pandas dataframes by referencing the column header or row ID.
Indexing Pandas Dataframes by Position
Indexing Pandas Dataframes by Position
In this lesson, we learn how to index columns and rows from Pandas dataframes by referencing the column and row positions.
Adding Data to Pandas Dataframes
Adding Data to Pandas Dataframes
In this lesson, we learn how to add new columns and rows to a Pandas dataframe.
Removing Data from Pandas Dataframes
Removing Data from Pandas Dataframes
In this lesson, we learn how to remove rows and columns from a Pandas dataframe.
Creating Charts with MatPlotLib
Creating Charts with MatPlotLib
In this lesson, we learn how to create charts in Python by using the MatPlotLib library.
Adding Titles Charts
Adding Titles Charts
In this lesson, we learn how to make our charts easier to understand by adding titles and axis labels.
Customizing Scatterplots
Customizing Scatterplots
In this lesson, we learn how to customize our scatterplots by changing the data point sizes and colors.
