I got a report today from @rstyd about what appears to be a fixed cost slowness when importing CSV files. This is particularly expensive when the column name is empty, as is the case when importing a Pandas dataframe with an un-named index column.
This is a common pattern for Pandas users, so we should take a look!
I got a report today from @rstyd about what appears to be a fixed cost slowness when importing CSV files. This is particularly expensive when the column name is empty, as is the case when importing a Pandas dataframe with an un-named index column.
This is a common pattern for Pandas users, so we should take a look!