Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

use csv to make the excel spreadsheet reader in asrtoolkit functional #81

Open
tshastry opened this issue Dec 10, 2019 · 0 comments
Open

Comments

@tshastry
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant