quandl / quandl-python

MIT License
1.37k stars 336 forks source link

How to use .dataset() result ? #84

Closed ankur0101 closed 7 years ago

ankur0101 commented 7 years ago

What is the difference betweek .get() and .dataset() ? When I use .get(), it returns all the data on which I can loop, however using .get(), querying for specific date range is not possible which can achieved by .dataset() .dataset() returns <quandl.model.paginated_list.PaginatedList object at 0x7f4750f77a90> but how to use it?

ankur0101 commented 7 years ago

Used for loop and solved it, sorry I raised an issue too early