data analysis from csv
Budget: €8 – €30 EUR
write a code to analysis data from csv file (python? panda ?else? )
read data (parameter are in column, and value one line every second)
output analysis :
i need to be able to customized parameter the type of detection :
if "height" <500 and "speed" > 140 for 3 seconds then create an event and report duration, height of begin, height of end.
the script need to work for multiple csv file located in the folder, and create 1 full report at the end of work.
This is the beginning of a larger more complex project.
thank you
read data (parameter are in column, and value one line every second)
output analysis :
i need to be able to customized parameter the type of detection :
if "height" <500 and "speed" > 140 for 3 seconds then create an event and report duration, height of begin, height of end.
the script need to work for multiple csv file located in the folder, and create 1 full report at the end of work.
This is the beginning of a larger more complex project.
thank you