Skip to content

Shyam136/intro_ds_programming-week-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week 3: Basic Pandas

This week is meant to give you an introductory experience with manipulating data. In particular, we will focus on the following:

  • basic data manipulation
  • working with missing data
  • aggregating data
  • basic plotting
  • EDA

setup

  1. Fork this repository.
  2. Create a Codespace for your repository. Use this to view the lab notebook and work on your weekly coding exercise.
  3. Once you're ready, commit and push your final changes to your repository.
  4. Submit a URL to your (forked) repository on Canvas (using Gradescope).

Packages Available:

The environment for this week is built with the following environment.yml:

name: week-3
dependencies:
  - python=3.11
  - pip
  - pip:
    - ipykernel  # for Jupyter Notebook
    - streamlit
    - seaborn
    - pandas
    - numpy

Note: you are welcome to install more pacakges in your codespace, but they will not be used by the autograder.

About

Week 3 materials for INFO-H 501 at IUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Other 0.2%