Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor file interpretation in CLI #57

Open
ast0815 opened this issue May 27, 2021 · 0 comments
Open

Refactor file interpretation in CLI #57

ast0815 opened this issue May 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ast0815
Copy link
Collaborator

ast0815 commented May 27, 2021

The CLI code is a bit of a mess right now. Would be better to refactor it so that the code that loads the data from the files in independent from the code that modifies said data. I am tempted to use pandas data frames as "universal" data container. Would make pandas a necessary dependency for the CLI, but the code would look much nicer and it would be easier to implement further features consistently.

@ast0815 ast0815 added the enhancement New feature or request label May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant