pystreamgraph
pystreamgraph copied to clipboard
floating point time series
Hi, pystreamgraph fails when you give it series of floats instead of integers, because pysvg uses decimal numbers, and these are incompatible with floats. So I suggest that you handle this type of error, by checking the input and mapping the data to an integer range, or at least warn users.