jimmoores / quandl4j

Java wrapper for Quandl REST API
quandl4j.org
Apache License 2.0
78 stars 22 forks source link

Column order reversed #38

Closed benmccann closed 6 years ago

benmccann commented 6 years ago

The code below returns a table with "Value" and then "Date", but I'd expect the column order to be "Date" and then "Column" just as the data is represented on the site: https://www.quandl.com/data/MULTPL/SHILLER_PE_RATIO_MONTH-Shiller-PE-Ratio-by-Month

session = TableSawQuandlSession.create();
cape = session.getDataSet(DataSetRequest.Builder.of("MULTPL/SHILLER_PE_RATIO_MONTH").build());
benmccann commented 6 years ago

Nevermind. This bug is in beakerx