quandl / quandl-python

MIT License
1.38k stars 338 forks source link

options for get_table #53

Closed junos closed 8 years ago

ccleung commented 8 years ago

@junos I don't see a story for this work. maybe this can be closed. I also don't see this feature in the Requirements for the python package: https://quandl.atlassian.net/wiki/display/AP/Update+Python+Package

In fact, this analyst method should just return pandas: See "Datatables for analysts" Requirements: "Output should be a pandas data frame"

junos commented 8 years ago

@ccleung based on the documents here: it has returns options for both .get and get_table, https://github.com/quandl/quandl-python/blob/feature-AP-243/v3-client/FOR_ANALYSTS.md

junos commented 8 years ago

After discussion, we decide to provide panda option only and let user decide to convert to what format themself.