Releases: CartoDB/cartoframes
Releases · CartoDB/cartoframes
Beta 3
Beta release 2
- Updated documentation
- Better support for different versions of Python via
- Unit tests on Layers module
- General bug fixes
v0.2.1-beta.1
Second beta release
- Many bugfixes
- While under account storage size, no limit DataFrame uploads with CartoContext.write
Beta Release 0
- CartoContext object coordinates interactions with CARTO
- read tables into a pandas DataFrame
- read queries into a pandas DataFrame
- create multilayer static or interactive maps embedded in a Jupyter Notebook
- augment DataFrames and CARTO tables with Data Observatory measures
- Work in pandas DataFrames or geopandas GeoDataFrames
- Multilayer mapping with dynamic cartography
Alpha release
Features
- Create cartoframe from:
- table in carto
- raw query
- Sync CARTO table from a modified cartoframe
- Create static or interactive maps from a cartoframe
- Augment a cartoframe with Data Observatory measures
- Turn a pandas DataFrame into a cartoframe (i.e., create and link table on CARTO)