-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot upload quantitative biological data (*.csv) file #1
Comments
Hi Tri, thank you for trying out FERMO! Kind regards, Mitja |
Error resolved in FERMO version 0.8.6. Error was caused by gaps in the index of the Pandas DataFrame, which were introduced by filtering for '0'-values. Fixed by resetting the index of the Pandas DataFrame before further processing. |
Hello, many thanks for sharing FERMO.
I have a problem uploading this .csv file (the other files are ok).
The error I get is seen below.
Many thanks for your help.
Tri
Traceback (most recent call last):
File "C:\Users\trika\miniconda3\envs\FERMO\lib\site-packages\pandas\core\indexes\base.py", line 3803, in get_loc
return self._engine.get_loc(casted_key)
File "pandas_libs\index.pyx", line 138, in pandas._libs.index.IndexEngine.get_loc
File "pandas_libs\index.pyx", line 165, in pandas._libs.index.IndexEngine.get_loc
File "pandas_libs\hashtable_class_helper.pxi", line 2263, in pandas._libs.hashtable.Int64HashTable.get_item
File "pandas_libs\hashtable_class_helper.pxi", line 2273, in pandas._libs.hashtable.Int64HashTable.get_item
KeyError: 0
The above exception was the direct cause of the following exception:
KeyError: 0
The text was updated successfully, but these errors were encountered: