read_csv() got an unexpected keyword argument 'parse_cols' code example
Example: read_csv() got an unexpected keyword argument 'columns'
There is no parameter 'columns'. Use 'names' instead of it.
By the way, do you have a header rows in your CSV?