CartoDB / carto-python

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

Improve example table_info output #36

Closed jsanz closed 7 years ago

jsanz commented 7 years ago

The output of the table_info script should be more compact, use tables to separate field names and indexes from their types and definitions respectively, etc.

oriolbx commented 7 years ago

done: https://github.com/CartoDB/carto-python/blob/examples/examples/table_info.py

alrocar commented 7 years ago

Reviewed.

Close the issue to go for carto-python 1.0.0!