MrBrus / csv-to-txt-converter

Freelance task. The customer needed to automate the routine process of preparing data from calculations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-to-txt-converter

Freelance task.

The customer needed to automate the routine process of preparing data from calculations. The script does the following steps:

  • Read each file from a folder with csv extension (output files from program No. 1)
  • Modified according to a certain pattern
  • Calculate some columns
  • Convert the file for program No. 2 in txt format

Requirements only contains pandas. Installing auto-py-to-exe as desired. The repository contains examples 2 input files and 2 output files. Also in the output folder is the converted exe file of the script.

The script file or exe file must be in the folder with csv files.


Technologies

  • pandas
  • auto-py-to-exe

About

Freelance task. The customer needed to automate the routine process of preparing data from calculations.

License:MIT License


Languages

Language:Python 100.0%