Open cardillo opened 9 years ago
indices are stored as objects since 454643a, once slicing is implemented, I think all that will be left for this issue is supported date-based range selection and sampling
need methods for converting to lower frequency samples, e.g. going from daily to weekly or monthly. must have some notion or way of dealing with OHLC data.
Are you still maintaining this and/or have you implemented the conversion to lower frequency samples yet?
this will take some significant refactoring since currently the row and column indices are hard coded as strings (and parsing to/from datetime types is not a solution).