Skip to content

aniass/CSV_Report_Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV Report Processing

General info

The project contains a simple pipeline allows to transformed data using Python. This script let to read a CSV file entered by the user, changes the data contained in it and returns the transformed data as a new CSV one.

Project includes:

  • Report processing script - CSV_report2.py
  • report.csv, output.csv - data used in the project.

Technologies

Project is created with:

  • Python 3.6
  • libraries: pycountry, sys, csv, time.

Setup

To run this project, install it locally using for example:

pip install pycountry

You can run the script in the terminal:

CSV_report2.py

To check the operation of the script, you can use the example of a CSV file "report.csv" added to the project. The new CSV file with the changed data is called "output.csv".

About

The example of CSV report processing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages