Python - Introduction to Pandas and DataFrames

Python    |    Intermediate
  • 14 videos | 1h 4m 54s
  • Includes Assessment
  • Earns a Badge
Rating 4.4 of 631 users Rating 4.4 of 631 users (631)
Simplify data analysis with Pandas DataFrames. Pandas is a Python library that enables you to work with series and tabular data, including initialization, and population. For this course, learners do not need prior experience working with Pandas, but should be familiar with Python3, and Jupyter Notebooks. Topics include the following: Define your own index for a Pandas series object; load data from a CSV (comma separated values) file, to create a Pandas DataFrame; Add and remove data from your Pandas DataFrame; Analyze a portion of your DataFrame; Examine how to reshape or reorient data, and to create a pivot table. Finally, represent multidimensional data in two-dimensional DataFrames, with multi or hierarchical indexes.

WHAT YOU WILL LEARN

  • Understand the various applications of pandas and why it is a building block in the field of data science
    Install pandas and create a pandas series
    Work with pandas series by accessing elements using the default and a custom index
    Define a pandas dataframe and describe how data can be stored and accessed in these data structures
    Initialize and populate a simple pandas dataframe
    Load data into a dataframe from a csv file
    Edit individual cells and entire rows and columns in a pandas dataframe
  • Access specific rows and columns of a pandas dataframe using the index and labels
    Access parts of a pandas dataframe based on specific conditions
    Describe the concept of a hierarchical index or multi-index and how it can be useful
    Re-orient a dataframe as a pivot table to better visualize data
    Apply a multi-index to a dataframe and reshape it using the stack and melt operations
    Work with pandas for basic tabular data manipulation

IN THIS COURSE

  • 2m 16s
  • 3m 2s
    Upon completion of this video, you will be able to understand the various applications of Pandas and why it is a building block in the field of data science. FREE ACCESS
  • Locked
    3.  Introduction to Pandas
    5m 39s
    To install Pandas, follow these instructions. To create a Pandas Series, use this code. FREE ACCESS
  • Locked
    4.  Work with Pandas
    6m 11s
    In this video, learn how to work with Pandas Series by accessing elements using the default index and a custom index. FREE ACCESS
  • Locked
    5.  Introduction to DataFrames
    2m 24s
    In this video, you will define a Pandas DataFrame and describe how data can be stored and accessed in these data structures. FREE ACCESS
  • Locked
    6.  Work with DataFrames
    5m 56s
    Learn how to initialize and populate a simple Pandas DataFrame. FREE ACCESS
  • Locked
    7.  Load Data into a DataFrame
    2m 51s
    In this video, you will learn how to load data into a DataFrame from a comma-separated values file. FREE ACCESS
  • Locked
    8.  Add and Delete DataFrame Contents
    7m 58s
    Learn how to edit individual cells and entire rows and columns in a Pandas DataFrame. FREE ACCESS
  • Locked
    9.  Select Parts of a DataFrame
    5m 19s
    In this video, you will learn how to access specific rows and columns of a Pandas DataFrame using the index and labels. FREE ACCESS
  • Locked
    10.  Access Pandas DataFrames
    5m 20s
    In this video, you will learn how to access parts of a Pandas DataFrame based on specific conditions. FREE ACCESS
  • Locked
    11.  Introduction to Multi-Indexing in a Dataframe
    2m 58s
    After completing this video, you will be able to describe the concept of a hierarchical index or multi-index and why it can be useful. FREE ACCESS
  • Locked
    12.  Reshape DataFrames
    4m 19s
    Learn how to reorient a DataFrame as a pivot table to better visualize data. FREE ACCESS
  • Locked
    13.  Reshape Dataframes Using Stack and Melt Operations
    6m 28s
    In this video, you will apply a multi-index to a DataFrame and reshape it using the stack and melt operations. FREE ACCESS
  • Locked
    14.  Exercise: Pandas for Basic Tabular Data Manipulation
    4m 12s
    Learn how to work with Pandas for basic tabular data manipulation. 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

Rating 4.6 of 307 users Rating 4.6 of 307 users (307)
Rating 4.4 of 81 users Rating 4.4 of 81 users (81)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 275 users Rating 4.5 of 275 users (275)
Rating 4.3 of 357 users Rating 4.3 of 357 users (357)
Rating 4.6 of 307 users Rating 4.6 of 307 users (307)