Skip to content

aeholbrook/python_csv_writeup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This document will explain several different methods for performing simple data manipulation tasks on the attached cereal.csv dataset. Covered in this notebook are:

  • base python list manipulation
  • base python list comprehension
  • pandas
  • an R language solution

Also included is a brief overview of the time library, which is used here to provide a simple comparison of the run time of these algorithms.

About

A brief writeup covering some basics about working with csvs in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published