Open el545 opened 5 years ago
The epa functions are all designed to extract data from the files created by ProCoDA. I'm guessing that somewhere we are giving the misinformation that the files need to be modified. That is incorrect. The epa functions should all work if you use files that are unchanged from ProCoDA.
It would help me to know where the idea of changing the files to other formats came from.
I am experiencing this issue as well. I am able to use the Gran function with Monroe's example file but not the one in my GitHub (https://raw.githubusercontent.com/lw583/CEE4530/master/Lab3/0_minute_sample.xls).
ValueError Traceback (most recent call last) pandas/_libs/lib.pyx in pandas._libs.lib.maybe_convert_numeric()
ValueError: Unable to parse string "Titrant Volume (ml)"
During handling of the above exception, another exception occurred:
ValueError Traceback (most recent call last)
Is this the original file or did you open it and save it again in Excel?
I've compared your files with the original files and your files have extra tabs inserted. There shouldn't be any tabs inserted at the end of ANY lines.
You can manually fix the file by deleting the tabs at the end of lines.
Just re-downloaded the files (I took them from someone else) and directly uploaded it onto Github, and it worked. Thank you!
I'm kind of struggling with the markdown analysis. Our data files in .tsv format (we attached a screenshot of the format we're getting) aren't the same as the example tsv file, and we don't know to change that format so that we can do the data analysis.