Hriday039 / Python_Utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple task to read and collate CSVs

Language to be used: python

  • You have 100k CSVs in a folder.

  • Read all files in the folder

  • Combine them in a single CSV

  • Save the combined file for feature engineering using pandas

  • All files share the same header

  • least amount of time wins.

  • prizes: none

These files can be found in data/

About