cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
702 stars 167 forks source link

better support for timeseries data #3

Open cardillo opened 9 years ago

cardillo commented 9 years ago

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).

cardillo commented 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

cardillo commented 9 years ago

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.

Goopher commented 5 years ago

Are you still maintaining this and/or have you implemented the conversion to lower frequency samples yet?