finos/greenkey-asrtoolkit

use `csv` to make the excel spreadsheet reader in `asrtoolkit` functional

tshastry opened this issue · 0 comments

The excel spreadsheet reader in asrtoolkit (as written) requires pandas, which is dependent upon numpy. The latter module was removed on 1/28/19 from requirements.txt to address test failures on circleci (cause undetermined). This script is rarely used internally, and does not affect the rest of the codebase but it is used by clients.

To Do:

fix the excel spreadsheet reader in asrtoolkit using a library other than pandas. One option would be to use csv with the excel format option