You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should explain something like CARTOframes is built on top of GeoPandas to guarantee compatibility between the two libraries. CartoDataFrame is an extension of GeoDataFrame so all operations available in a GeoDataFrame are available.
When geocoding is done tell that the instance received is a CartoDataFrame.
Save the enrichment at CARTO to display how to save data in CARTO (to_carto). Display the map using the CARTO's table, download using CartoDataFrame.from_carto('table'), display the map using the CartoDataFrame.
I think it's the main object at the library and it deserves to be explained at the quick start.
The text was updated successfully, but these errors were encountered:
We should explain something like CARTOframes is built on top of GeoPandas to guarantee compatibility between the two libraries. CartoDataFrame is an extension of GeoDataFrame so all operations available in a GeoDataFrame are available.
When geocoding is done tell that the instance received is a CartoDataFrame.
Save the enrichment at CARTO to display how to save data in CARTO (to_carto). Display the map using the CARTO's table, download using CartoDataFrame.from_carto('table'), display the map using the CartoDataFrame.
I think it's the main object at the library and it deserves to be explained at the quick start.
The text was updated successfully, but these errors were encountered: