Closed thigm85 closed 8 years ago
mydata = quandl.get("WIKI/AAPL", rows=5) is returning the first 5 rows instead of the last 5 rows as it is intended to do.
mydata = quandl.get("WIKI/AAPL", rows=5)
Bug was reported and solved by Quandl.
mydata = quandl.get("WIKI/AAPL", rows=5)
is returning the first 5 rows instead of the last 5 rows as it is intended to do.