Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
delim_whitespace is to be deprecated in pandas.read_csv. Fortunately they provide a drop-in replacement for its functionality: providing a RegEx for wihtespace as the sep argument. This change does that in the one place in the code where delim_whitespace is used.
- Loading branch information