Skip to content

commit-live-students/numpy_advanced_in_class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numpy Advanced & Intro to pandas

GitHub Logo

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.

At a glance

  • In Class Instruction: 4 Hours
    • In Class code along Dataset: Weather Dataset
  • Project Dataset: Indian Premier League
    • Estimated Time to complete Project Tasks: 1 Hours
    • Total sub tasks within the Project: 6
    • Complexity of sub tasks : Mid to High
    • Points to be scored : 700
  • Why should you care about this project: This project challenges you to manipulate large datasets without using conventional programming techniques to extract business insights.
  • Skills Rehearsed
    • Python | Numpy | Pandas

In-Class Activities

  • Instructor led concept onboarding
  • Code Alongs
  • In Class Quiz Administration
  • Periodic Recap - Closer to the end of session
  • In Class Assignments - Motivation
  • Take Away Assignments

Why complete this?

Learn about the Pandas Series & DataFrame, the de facto standard to work with tabular data in Python. You will get hands-on practice with creating, manipulating and accessing the information you need from these data structures.

Learning Objective

After this lesson, you'll be able to

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

Pre Reads

Slides

Check the Jupyter Notebook in the top right of the screen

Post Reads

Project

In IPL teams representing Indian cities contend each year. Chris Gayle is the highest run scorer in IPL. Do you know who is the second highest run scorer (without using ‘for’ loop)? This module can help you determine the second highest run scorer by manipulating large data sets to extract business insights.

This project challenges you to manipulate large datasets without using conventional programming techniques to extract business insights.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •