ArduinoTensorFlowLiteTutorials icon indicating copy to clipboard operation
ArduinoTensorFlowLiteTutorials copied to clipboard

KeyError Traceback (most recent call last) /usr/local/lib/python3.6/dist-packages/pandas/core/indexes/base.py in get_loc(self, key, method, tolerance)

Open HirmuHirmu opened this issue 5 years ago • 1 comments

When running the Graph Data (optional) code I get the following error message:

"KeyError Traceback (most recent call last) /usr/local/lib/python3.6/dist-packages/pandas/core/indexes/base.py in get_loc(self, key, method, tolerance)"

I get the same message also when running the Parse and prepare the data code.

I believe that I have successfully completed the previous steps in the workbook (setting up the Pyrhon Environment runs OK and I have also uploaded the the flex.csv and punch.csv files to the main folder and also to the sample_data folder).

Näyttökuva 2020-8-2 kello 21 56 26

I was wondering that am I doing something wrong or is there a workaround for the problem?

HirmuHirmu avatar Aug 02 '20 18:08 HirmuHirmu

You have to make sure the first line of each file are the headers (aX etc), but then I run into another problem image

jsmittelman avatar Aug 09 '21 01:08 jsmittelman