Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 222 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 222 Bytes

transform_wide_long

It is tool for converting wide csv data to long csv data. Store the target CSV in the same directory and run it in the python enviroment.

#Requirement
pandas

#Installation
pip install pandas