Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read_metadata: Use the C engine for pandas.read_csv()
The python engine was only used to detect the delimiter. Now that the delimiter is detected separately, use the C engine since it is faster.
- Loading branch information