Skip to content

v0.7.5

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 17:14
· 428 commits to main since this release
aebfc01

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