Skip to content

Fix read_csv running eternally

Ghost User requested to merge fix-read-csv-running-eternally into master

some broken data files could cause read_csv to run forever (example DESY Notes - data.csv). Now there is a limit of 30 seconds after which the function times out and continues with the next file.

Edited by Ghost User

Merge request reports