CartoDB/cartoframes

Client for stream download of analysis datasets

Closed this issue · 1 comments

Add client code for stream downloading of datasets from analysis/enrichment

result = Dataset.name(‘my_dataset’).download_stream()
df = pd.read_csv(result)

(there should probably be also a wrapper to stream to a CSV file on disk).

See DO API v1.0, Download and https://github.com/CartoDB/data-observatory/issues/594