Closed PennyWieser closed 1 year ago
Added if any(my_input.columns.str.startswith(' ')): w.warn('your input file has some columns that start with spaces. This could cause you big problems if they are at the start of oxide names. Please ammend your file and reload.')
To import_excel(). Should at least warn people to sort their files out.
IF user header is space FeOt it freaks out, put warning if spaces.