Skip to content

Created a module for reading in csvs and filtering rows based on column values using OOP

Notifications You must be signed in to change notification settings

manjiri-b/oop-csvreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

CSV Reader

In the module:

  • Built table and labelled list classes
  • Labelled List function implemented: getitem(), str(), iter(), eq(), ne(), gt(), lt(), and map()
  • Table functions implemented: getitem(), str(), head() and tail(), shape()
  • Finally defined, read_csv()

About

Created a module for reading in csvs and filtering rows based on column values using OOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published