How to work with your data in the CARTO Data Warehouse
Install all necessary libraries
!pip install pydeck-carto carto-auth[carto-dw] geopandas db_dtypes -qimport pydeck as pdk
import pydeck_carto as pdkc
import pandas as pd
import geopandas as gpd
from carto_auth import CartoAutoAuthenticate to CARTO
Loading data from the CARTO Data Warehouse into a dataframe

Using functions from the Analytics Toolbox

Uploading the result of our analysis as a new table in our data warehouse

Visualize your data in a map

Last updated
Was this helpful?
