Python - Manipulating & Analyzing Data in Pandas DataFrames

Python    |    Intermediate
  • 10 videos | 44m 10s
  • Includes Assessment
  • Earns a Badge
Rating 4.5 of 400 users Rating 4.5 of 400 users (400)
Explore advanced data manipulation and analysis with Pandas DataFrames, a Python library that shares similarities with relational databases. To take this course, prior basic experience is needed with Pandas DataFrames, data loading, and Jupyter Notebook data manipulation. You will learn to iterate data in your DataFrame. See how to export data to Excel files, JSON (JavaScript Object Notation) files, and CSV (comma separated values) files. Sort the contents of a DataFrame and manage missing data. Group data with a multi-index. Merge disparate data into a single DataFrame through join and concatenate operations. Finally, you will determine when and where to integrate data with structured queries, similar to SQL.

WHAT YOU WILL LEARN

  • Learn how to iterate over a dataframe's rows and columns
    Export the contents of a dataframe into files of various formats
    Describe and apply different techniques involved in sorting the contents of a pandas dataframe
    Describe and apply the different techniques involved in handling datasets where some information is missing
    Implement a hierarchical index and access the dataframe's contents based on that index
  • Combine two similar dataframes using the concat operation
    Apply a join operation on two related but dissimilar dataframes using the merge function
    Load data into a pandas dataframe from a table in a relational database
    Use pandas for advanced tabular data manipulation

IN THIS COURSE

  • 2m 8s
  • 3m 24s
    In this video, you will learn how to iterate over a DataFrame's rows and columns. FREE ACCESS
  • Locked
    3.  Exporting a DataFrame
    3m 27s
    Learn how to export the contents of a DataFrame into various file formats. FREE ACCESS
  • Locked
    4.  Sorting
    4m 46s
    Upon completion of this video, you will be able to describe and apply the different techniques involved in handling datasets where some information is missing. FREE ACCESS
  • Locked
    5.  Handling Missing Data
    5m 36s
    Upon completion of this video, you will be able to describe and apply the different techniques involved in handling datasets where some information is missing. FREE ACCESS
  • Locked
    6.  Grouping with a Multi-Index
    5m 17s
    In this video, you will implement a hierarchical index and access the DataFrame's contents based on that index. FREE ACCESS
  • Locked
    7.  Merging DataFrames
    3m 24s
    Find out how to combine two similar DataFrames using the concatenate operation. FREE ACCESS
  • Locked
    8.  Applying Join Operations on DataFrames
    5m 13s
    Find out how to apply a join operation on two related but dissimilar DataFrames using the merge function. FREE ACCESS
  • Locked
    9.  Pandas and Relational Databases
    6m 34s
    In this video, you will learn how to load data into a Pandas DataFrame from a table in a relational database. FREE ACCESS
  • Locked
    10.  Exercise: Pandas for Advanced Data Manipulation
    4m 20s
    In this video, you will learn how to use Pandas for advanced manipulation of tabular data. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 35 users Rating 4.5 of 35 users (35)
Rating 4.5 of 239 users Rating 4.5 of 239 users (239)
Rating 4.5 of 275 users Rating 4.5 of 275 users (275)