Collection of experience based Python scripts which came in handy for data comparing and handling.
The initial draft will be messy.
THIS IS MOSTLY FOR MY OWN REFERENCE!! Right now these are very custom.
I am going to explore some way to write it neatly into functions so its adaptable. :)
- Compare two Csv's with Lambda function and get all variants.
- Read from 2 csv's make comparison's and write new data into 3rd
- Csv info script to know number of lines, columns and potentially other things