Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

Week-03-Numpy_advanced_Pandas_basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 



Numpy Advanced & Pandas- An Introduction

NumPy Advanced

In this section, we go deep into NumPy and cover how to index, slice, filter values, replace missing values in NumPy.

Pandas

pandas generally performs better than numpy for 500K rows or more. for 50K to 500K rows, it is a toss up between pandas and numpy depending on the kind of operation. Pandas Series & DataFrame, are the de facto standard to work with tabular data in Python. You can create, manipulate and access the information you need from these data structures.

We will be rehearsing the following skills in this notebook:

  • Python | Numpy | Pandas

Learning Objective

After this lesson, you'll be able to

  • Selection, Indexing and Filters
  • Filters
  • Introduction to Pandas - Pandas Series