You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you now do pd.read_csv(myfile.csv, sep=None), you get the warning:
ParserWarning: Falling back to the 'python' engine because the 'c' engine does not support sep=None with delim_whitespace=False; you can avoid this warning by specifying engine='python'
Is this warning correct that it is not implemented for the c engine?
If so, it could maybe be added.