Skip to content

Releases: wq/itertable

wq.io 0.2.0

17 Sep 01:53
Compare
Choose a tag to compare

API Improvements

  • Better handling of Excel files in which data doesn't necessarily start on the second row.
  • New make_io() function which can be used to mix the provided loader, parser, and optionally mapper classes together into a usable IO class. The default mapper is TupleMapper.
  • New load_file() function will attempt to automatically determine which loaders and parsers to use and create an IO class instance on-the-fly.

wq.io 0.1.0

17 Sep 01:48
Compare
Choose a tag to compare

Initial version