dsilas / SeeLevelViz

GNU General Public License v3.0
2 stars 0 forks source link

program should mitigate for when CSV is not sorted by date column #8

Closed dsilas closed 3 years ago

dsilas commented 3 years ago

If the user provides an input CSV that isn't sorted by the date column, the program would be confusing to use, and it's difficult to imagine a use-case where it would be desirable to have the dates be non linear.

It may be best to have the program sort the input csv by the date column.