Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.46 KB

lesson2.md

File metadata and controls

35 lines (24 loc) · 1.46 KB

Week 8 Lesson 2

Introduction to Pandas: Data Access and Selection##

In this lesson, you will learn about the Pandas library. Pandas is a Python library that can simplify data analysis tasks. If you know R, you will find many familiar concepts in Pandas. By using Pandas, you can more easily manipulate data by using column labels, you can identify and handle missing data, and you can quickly merge or join data sets.

###Objectives ### By the end of this lesson, you will be able to:

  • Understand the basic components in the Pandas library
  • Understand how to use a DataFrame
  • Understand how to read and write data between Pandas data structures and different types of files
  • Understand how to manipulate large data sets by column labels

Time Estimate

Approximately 2 hours.

Readings

Optional Additional Readings####

Assessment

When you have completed and worked through the above readings, please take the Week 8 Lesson 2 Assessment.