Skip to content

A python library for extracting column(s) from a csv file by header name.

Notifications You must be signed in to change notification settings

pilicurg/GetCsvColumn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A python library for extracting column(s) from a csv file by header name. Filters can also be applied like you do in Microsoft Excel. More than one column can be obtained at one time for unpacking.

There must be a header row in the csv file, however the first row will always be taken as the header row.

Usage: read and run the demo.py .

For more detail, please refer to http://www.lfhacks.com/tech/python-read-specific-column-csv

About

A python library for extracting column(s) from a csv file by header name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages