shawnbrown / datatest

Tools for test driven data-wrangling and data validation.
Other
294 stars 13 forks source link

Change get_reader.from_excel() to accept keyword arguments #46

Closed shawnbrown closed 4 years ago

shawnbrown commented 5 years ago

Change get_reader.from_excel() to accept keyword arguments that are passed on to the call to xlrd.open_workbook() (see line 325 in get_reader.py).

shawnbrown commented 4 years ago

The get_reader functionality is being deprecated and moved into a separate package. This issue has been moved to shawnbrown/get_reader#5.