Skip to content

DAVE3625-22H/Lab-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab 1 - Data

The intention behind this lab is that you will get familiar with the process of reading a dataset, and exploring the data a little through the pandas framework

Pandas documentation: https://pandas.pydata.org/docs/

You are done with this lab when you have managed to display a values counts of the data like so

Value Counts Image

Hints

  • Inspect the data for outliers or missing data with pandas functionality

  • the .info() and .describe() dataframe functions can help you a lot with finding outliers in data

  • The teacher might have forgotten to fill out all the grades! (Deal with Nan Values)

    • Use the .isna() and .dropna() functions to help with cleaning the data

In the pandas documentation

About

Intro to working with pandas and dataframes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •