
Watch all video content and follow along with step-by-step problem solving; join the Q&A to ask questions and strengthen your understanding of exploratory analysis with pandas.
learn to read data from excel files into a pandas data frame using read_excel, handle headers and sheets, adjust columns, and set an index while retaining data.
Explore reading data from popular formats with pandas, including json files and data from a URL, then convert into a dataframe for analysis.
Learn to sort pandas dataframes and series objects using the sort_values method, including sorting by single or multiple columns, and controlling ascending order to organize data efficiently.
Learn to use the axis parameter in pandas to compute means along rows or columns and to drop rows or columns by index or label.
Change the datatype of a pandas series by converting string values to datetime, check and change dtypes, and apply dtype changes when reading data with pandas.
Discover how to modify a pandas DataFrame using the inplace parameter, compare in-place changes with non-inplace updates, and rename a column from year to release year.
Explore indexing in pandas dataframes by setting the index with set_index, using a name column as the index, reading with an index column, selecting by index, and resetting with reset_index.
Learn how to rename columns in a pandas DataFrame using multiple methods, including during read with names, df.rename, and assigning new names to df.columns.
Learn to remove a column from a pandas DataFrame using drop, by column name or index label, with inplace set to true, and verify results with head.
Learn to work with date and time series data in pandas by converting strings to_datetime, setting the index, and exploring day of year, day of week, and time-based filters.
Learn how to use pandas apply methods to run custom functions on series and dataframes, including lambda creation and applying to single or multiple columns.
Learn to control plot aesthetics in Seaborn by installing and importing Seaborn, exploring plotting methods, and applying style and context to customize distribution plots and box plots.
Explore how to choose and apply plot colors with seaborn and matplotlib, using default palettes and custom palettes to enhance box plots.
Explore plotting categorical data with pandas and seaborn using scatter plots, swarm plots, box plots, and violin plots to visualize season and category distributions.
Plot with data-aware grids using seaborn to compare Titanic survival by sex, creating side-by-side and grid plots with legends for clear visual analysis.
Practice relentlessly to excel in deep learning, developing a model from your dataset and setting goals to push your skills toward future updates.
In the real-world, data is anything but clean, which is why Python libraries like Pandas are so valuable.
If data manipulation is setting your data analysis workflow behind then this course is the key to taking your power back.
Own your data, don’t let your data own you!
When exploratory analysis accounts for up to 80% of your work as a data scientist, learning data munging techniques that take raw data to a final product for analysis as efficiently as possible is essential for success.
Exploratory analysis with Python library Pandas makes it easier for you to achieve better results, increase your productivity, spend more time problem-solving and less time data-wrangling, and communicate your insights more effectively.
This course prepares you to do just that!
With Pandas DataFrame, prepare to learn advanced data manipulation, preparation, and sorting data approaches to turn chaotic bits of data into a final pre-analysis product. This is exactly why Pandas is the most popular Python library in data science and why data scientists at Google, Facebook, JP Morgan, and nearly every other major company that analyzes data use Pandas.
If you want to learn how to efficiently utilize Pandas to manipulate, transform, and merge your data for preparation of visualization, statistical analysis, or machine learning, then this course is for you.
Here’s what you can expect when you enrolled in the course:
Learn how to Work with Excel data, CSV datasets.
Learn how to Handling missing data.
Learn how to read and work with JSON format, HTML files, PICKLE dataset, and SQL-based database.
Learn how to select data from the dataset.
Learn how to sort a pandas DataFrame and filtering rows of a pandas DataFrame.
Learn how to apply multiple filter criteria to a pandas DataFrame.
Learn how to using string methods in pandas.
Learn how to change the datatype of a pandas series.
Learn how to modifying a pandas DataFrame.
Learn how to indexing and renaming columns, and removing columns in and from pandas DataFrame.
Learn how to working with date and time series data.
Learn how to applying a function to a pandas series or DataFrame.
Learn how to merging and concatenating multiple DataFrames into one.
Learn how to control plot aesthetics.
Learn how to choose the colours for plots.
Learn how to plot categorical data.
Learn how to plot with Data-Aware Grids.
Performing exploratory analysis with Python’s Pandas library can help you do a lot, but it does have its downsides. And this course helps you beat them head-on:
1. Pandas has a steep learning curve: As you dive deeper into the Pandas library, the learning slope becomes steeper and steeper. This course guides beginners and intermediate users smoothly into every aspect of Pandas.
2. Inadequate documentation: Without proper documentation, it’s difficult to learn a new library. When it comes to advanced functions, Pandas documentation is rarely helpful. This course helps you grasp advanced Pandas techniques easily and saves you time in searching for help.
After this course, you will feel comfortable delving into complex and heterogeneous datasets knowing with absolute confidence that you can produce a useful result for the next stage of Exploratory analysis.
Here’s a closer look at the curriculum:
Loading and creating Pandas DataFrames
Displaying your data with basic plots, and 1D, 2D and multidimensional visualizations.
Working with Different Kinds of Datasets
Data Selection
Manipulating, Transforming, and Reshaping Data.
Visualizing Data Like a Pro
Merging Pandas DataFrames
Lastly, this course is packed with practical exercises that are based on real-life examples. So not only will you learn the theory, but you will also get some hands-on practice with Pandas too.