Skip to content

rasvaan/data_cleaning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data cleaning

Code that supports data cleaning workflows

Split Adlib dat file into CSV files

Script that splits data exported from Adlib into multiple csv files.

To run the script:

python3 clean/split.py

To run tests:

python3 -m unittest -v tests.test_split

Merge CSV files into Adlib dat file

Script that merges multiple csv files into dat file that can easily be imported in Adlib.

To run the script, add files to 'merge' folder and run the following command:

python3 clean/merge.py

To run tests:

python3 -m unittest -v tests.test_merge

About

Code that supports data cleaning workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages