Closed benmccann closed 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());
Nevermind. This bug is in beakerx
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