Skip to content

Weekend project to process large CSV file #weekendbuild

Notifications You must be signed in to change notification settings

didikz/csv-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Processor

Fun project to process large csv file with several programming languages

Extracting information from CSV file. Use Customer CSV sample from this repo and put the downloaded csv into data directory then do CSV processing below:

  • Extracting rows value from CSV
  • Calculate how many rows from CSV
  • Grouping how many customers for each city
  • Sort cities by customers count from highest to lowest
  • Calculate processing time

Programming languages

  • Go
  • Javascript
  • Python
  • PHP

About

Weekend project to process large CSV file #weekendbuild

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published