CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

Make FileImportJob work with StringIO objects apart from file names or URLs #53

Closed danicarrion closed 7 years ago

danicarrion commented 7 years ago

For those cases when you're creating a file-like object in memory, to avoid having to write and read from a real file.