Releases: wq/itertable
Releases · wq/itertable
wq.io 0.2.0
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 providedloader
,parser
, and optionallymapper
classes together into a usableIO
class. The default mapper isTupleMapper
. - New
load_file()
function will attempt to automatically determine which loaders and parsers to use and create anIO
class instance on-the-fly.
wq.io 0.1.0
Initial version