Skip to content

Releases: CartoDB/cartoframes

Beta 3

18 Sep 18:04
Compare
Choose a tag to compare
Beta 3 Pre-release
Pre-release
  • New Credentials class for managing credentials
  • CartoContext.delete method for deleting tables
  • matplotlib integration for static images
  • bug fixes
  • improved docs

Beta release 2

26 Jun 13:12
Compare
Choose a tag to compare
Beta release 2 Pre-release
Pre-release
  • Updated documentation
  • Better support for different versions of Python via
  • Unit tests on Layers module
  • General bug fixes

v0.2.1-beta.1

20 Jun 19:39
Compare
Choose a tag to compare
v0.2.1-beta.1 Pre-release
Pre-release

Second beta release

  • Many bugfixes
  • While under account storage size, no limit DataFrame uploads with CartoContext.write

Beta Release 0

19 May 20:53
Compare
Choose a tag to compare
Beta Release 0 Pre-release
Pre-release
  • 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

10 Mar 17:09
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-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)