Skip to content

Write a python function to merge multiple CSV files.

License

Notifications You must be signed in to change notification settings

hr21don/CSV-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV-merger

Write a python function to merge multiple CSV files.

Input

Accept a list of file paths to the input files you want to merge and a path to the output file.

Output

For e.g.

  • from csvmerger import merge_csv
  • merge_csv(['schoolgrade.csv', 'schoolgrades.csv'], 'all_students_grades.csv')

About

Write a python function to merge multiple CSV files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages