harislulic / ZeMA-machine-learning-tutorials

Machine Learning tutorials oriented at begginers in data science. Methods are applied on ZeMA-s testbed data (Zentrum für Mechatronik und Automatisierungstechnik gGmbH).
1 stars 5 forks source link

Local file sensor_units.csv missing #34

Open BjoernLudwigPTB opened 4 years ago

BjoernLudwigPTB commented 4 years ago

On execution of _2a_Featuresextraction.ipynb I get a

FileNotFoundError: [Errno 2] File C:\Users\jugo01\Desktop\sensor_units.csv does not exist: 'C:\\Users\\jugo01\\Desktop\\sensor_units.csv'`

on execution of

sensor=pd.read_csv(r'C:\Users\jugo01\Desktop\sensor_units.csv')

in _2a_Featuresextraction.ipynb. Could you please include some documentation where to obtain this file and ideally replace the absolute, local path. I would really appreciate your support in getting things working!