v0.7.5
Changes
🐛 Fixes
-
fix(csv): fix on read_csv for the iterator + added tests chunksize and preview_nrows (#96) @Sanix-Darker
-
fix(excel): fix/catch IndexError when the preview_nrows is upper than the row count (#96) @Sanix-Darker
-
fix(xml): fix a retro compatibility with read_xml on preview_offset param in the function + coverage tests (#96) @Sanix-Darker