CartoDB / cartoframes

CARTO Python package for data scientists
BSD 3-Clause "New" or "Revised" License
249 stars 63 forks source link
carto data-science jupyter-notebook maps python spatial-data-analysis

CARTOframes


.. image:: https://github.com/CartoDB/cartoframes/actions/workflows/cartoframes-ci.yml/badge.svg?branch=develop :target: https://github.com/CartoDB/cartoframes/actions/workflows/cartoframes-ci.yml .. image:: https://img.shields.io/badge/pypi-v1.2.4-orange :target: https://pypi.org/project/cartoframes/1.2.4

A Python package for integrating CARTO <https://carto.com/>__ maps, analysis, and data services into data science workflows.

Python data analysis workflows often rely on the de facto standards pandas <http://pandas.pydata.org/> and Jupyter notebooks <http://jupyter.org/>. Integrating CARTO into this workflow saves data scientists time and energy by not having to export datasets as files or retain multiple copies of the data. Instead, CARTOframes give the ability to communicate reproducible analysis while providing the ability to gain from CARTO's services like hosted, dynamic or static maps and Data Observatory <https://carto.com/platform/location-data-streams/>__ augmentation.

Try it Out

.. |stable| image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.2.4?filepath=examples

.. |develop| image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/cartodb/cartoframes/develop?filepath=examples

If you do not have an API key, you can still use cartoframes for creating maps locally.

The example context only provides read access, so not all cartoframes features are available. For full access, `Start a free trial <https://carto.com/signup>`__ or get free access with a `GitHub Student Developer Pack <https://education.github.com/pack>`__.

Features

Common Uses

More info