You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: