histoprint icon indicating copy to clipboard operation
histoprint copied to clipboard

Refactor file interpretation in CLI

Open ast0815 opened this issue 4 years ago • 0 comments

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 avatar May 27 '21 17:05 ast0815