How to read file with space separated values in pandas

add delim_whitespace=True argument, it’s faster than regex.

Leave a Comment