I imported the csv file in dataiku datasets and tried to read it with dataiku.Dataset("df").get_dataframe()
If I try it in a flow of recipes where I make operations on other large datasets, I get the IncompleteRead Error, however, if it's done separately (outside the flow), it works.
But I need to do it in the flow.