
In this lesson, learn what is Python Pandas. Pandas is a powerful and easy-to-use open-source library built on top of the Python programming language. It is used to analyze, manipulate, and clean the data completely.
In this lesson, learn how to install Pandas in PyCharm on Windows. We have covered the following steps in the video:
Install Python and pip
Install PyCharm Community Edition (free and open-source)
Connect Python and PyCharm
Install Pandas in PyCharm
Let us see the steps. Just for reference, here is the link to download PyCharm Community Edition: https://www.jetbrains.com/pycharm/download/?section=windows
In this lesson, learn what is a Pandas DataFrame with examples. The Pandas DataFrame is a two-dimensional, tabular data, table with rows and columns. The DataFrame() method is used to create a DataFrame. Pandas is a powerful and easy-to-use open-source library built on top of the Python programming language.
In this lesson, let us see some DataFrame attributes and methods in Python Pandas with examples. The Pandas DataFrame is a Two-dimensional, tabular data, that uses the DataFrame() method to create a DataFrame. It also uses the different built-in attributes and methods for basic functionalities.
In this lesson, learn how to easily join Pandas DataFrames using the join() method. This will join the columns of the two different DataFrames.
In this lesson, learn what is a series in Pandas. It is a one-dimensional array, like a column in a table. It is a labeled array that can hold data of any type. The Series() method is used to create a series in Pandas.
In this lesson, let us see Pandas Series attributes and methods with examples. The Series in Pandas is a one-dimensional array that uses the Series() method to create a Series, but it also uses different built-in attributes and methods for basic functionalities.
In this lesson, learn to combine two Pandas series into one using the combine() method. It uses a specific function for the decision, mentioned by the user as a parameter of the combine() method.
In this lesson, learn how to work with Categorical data in Pandas. It is a Pandas data type corresponding to categorical variables in statistics. A categorical variable takes on a limited number of possible values. Examples are gender, blood type, country affiliation, rating, etc. We will create a Categorical Series and DataFrame in Pandas.
In this lesson, learn to work with Categories in Pandas. We will see how to append as well as remove a category with examples.
In this lesson, learn how to read CSV in Python Pandas using the read_csv() method. One of the major benefits of working on Python is the ease to read and access CSV (comma separated files).
In this lesson, learn how to read Excel in Python Pandas. To read an Excel file in Python, we use the Pandas read_excel() method. We will understand concept with some examples to read excel in Pandas.
In this lesson, we will learn how indexing works in Pandas. We can easily index and select data in Pandas. Let us see some examples.
In this lesson, learn how to easily select multiple columns in a Pandas DataFrame. Select more than one column without using built-in functions. More than two columns can also be selected in a range.
In this lesson, learn how to add a new column to Pandas DataFrame in Python. We will insert a column to an already created DataFrame using the insert() and assign() functions.
In this lesson, learn to delete rows/ columns in a Pandas DataFrame using the drop() function. It is used to remove a particular row or column. Under the parameters of the drop() function, mention the column you want to delete with the axis.
In this lesson, learn how to iterate over rows and columns in a Pandas DataFrame. Let’s see some examples of how to iterate using the iterrows(), itertuples(), and items() method.
In this lesson, we will see how to sort the DataFrame in Python Pandas. To sort the data in Pandas, use the sort_values() method.
In this lesson, learn how to handle duplicates in Python Pandas. We can easily find and remove duplicates from rows in a DataFrame or Series, using the duplicated(), and drop_duplicates() function respectively.
In this lesson, learn to clean the data in Pandas. Cleaning the data in Pandas means working on the incorrect data to fix it. This incorrect data can be empty data, null, duplicate data, etc. To clean the data in Python, Pandas have some built-in functions. We will understand them one by one with examples.
In this lesson, learn about the string operations on text data in Pandas. We can easily perform operations on strings in Pandas using the string methods.
In this lesson, learn to work with the date time operations in Pandas. Let us first see how to get the current date and time, then we will check for leap year, last day of the month, week, etc.
In this lesson, learn how to strip whitespace or special characters in Pandas. To remove whitespace (including newlines) or a set of specific characters on text data in a Series or DataFrame, use the methods discussed in this video.
In this lesson, learn how to group data in a DataFrame and perform operations on it. First, we will split the data into groups, then we will iterate through the groups and then display the groups.
In this lesson, we will work around statistics operations using the statistical functions in Python Pandas. It can be applied to a Pandas Series or DataFrame.
In this lesson, learn to plot in Pandas using the plot() method and the Matplotlib library. The pyplot module from Matplotlib is also used for plotting in Pandas
Welcome to the Pandas Full Course by Studyopedia.
Pandas is a powerful and easy-to-use open-source tool built on top of the Python programming language. It is useful for data analysis and manipulation. Python with pandas is widely used in Statistics, Finance, Neuroscience, Economics, Web Analytics, Advertising, etc.
To work with data sets, clean them, and make them relevant for Data Science is what Pandas do. With that, easily load and read data sets in Excel, CSV, JSON, XML, etc. formats with Pandas and work on them. Easily clean the wrong format data, remove duplicates, and do other tasks with Pandas.
Features
Analyze Data
Manipulate Data
Columns can be inserted and deleted from DataFrame
Group the rows/ columns of a DataFrame/ Series
Plotting is possible
Read CSV/ JSON
Fix the inaccurate data
Clean the Data completely
Easy to handle the missing data in the form: NaN, NA, or NaT
Course Lessons
Pandas – Introduction & Features
Install & Setup Pandas
Create a Pandas DataFrame (Run first program)
Pandas DataFrames – Attributes & Methods
Join Pandas DataFrame
Concatenate Pandas DataFrames
Create a Pandas Series
Pandas Series – Attributes & Methods
Combine two Pandas series
Categorical Data in Pandas
Working with Categories in Pandas
Read CSV in Pandas
Read Excel in Pandas
Indexing in Pandas
Select multiple columns in Pandas
Add a new column in Pandas
Delete rows/ columns in Pandas
Iterate over rows and columns in Pandas
Sorting in Pandas
Handle Duplicates in Pandas
Clean the Data in Pandas
String Operations in Pandas
Date Time Operations in Pandas
Remove Whitespace in Pandas
Group the Data in Pandas
Statistical Functions in Pandas
Plot a DataFrame in Pandas
Quiz
We have also provided an Online Quiz to polish your Pandas skills after completing the lessons.
100+ live coding examples are covered to make each lesson easier for the students.
Hit the Enroll button!