All Projects → CartoDB → Cartoframes

CartoDB / Cartoframes

Licence: bsd-3-clause
CARTO Python package for data scientists

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cartoframes

Machinelearningnotebooks
Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
Stars: ✭ 2,790 (+1241.35%)
Mutual labels:  jupyter-notebook, data-science
Radio
RadIO is a library for data science research of computed tomography imaging
Stars: ✭ 198 (-4.81%)
Mutual labels:  jupyter-notebook, data-science
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-6.73%)
Mutual labels:  jupyter-notebook, data-science
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (+1276.92%)
Mutual labels:  jupyter-notebook, data-science
Scihub
Source code and data analyses for the Sci-Hub Coverage Study
Stars: ✭ 205 (-1.44%)
Mutual labels:  jupyter-notebook, data-science
Lgo
Interactive Go programming with Jupyter
Stars: ✭ 2,225 (+969.71%)
Mutual labels:  jupyter-notebook, data-science
Pytorch Geometric Yoochoose
This is a tutorial for PyTorch Geometric on the YooChoose dataset
Stars: ✭ 198 (-4.81%)
Mutual labels:  jupyter-notebook, data-science
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-17.31%)
Mutual labels:  jupyter-notebook, data-science
Python For Data Science
A collection of Jupyter Notebooks for learning Python for Data Science.
Stars: ✭ 205 (-1.44%)
Mutual labels:  jupyter-notebook, data-science
Fastpages
An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
Stars: ✭ 2,888 (+1288.46%)
Mutual labels:  jupyter-notebook, data-science
Lets Plot Kotlin
Kotlin API for Lets-Plot - an open-source plotting library for statistical data.
Stars: ✭ 181 (-12.98%)
Mutual labels:  jupyter-notebook, data-science
Flaml
A fast and lightweight AutoML library.
Stars: ✭ 205 (-1.44%)
Mutual labels:  jupyter-notebook, data-science
Andrew Ng Notes
This is Andrew NG Coursera Handwritten Notes.
Stars: ✭ 180 (-13.46%)
Mutual labels:  jupyter-notebook, data-science
Virgilio
Virgilio is developed and maintained by these awesome people. You can email us virgilio.datascience (at) gmail.com or join the Discord chat.
Stars: ✭ 13,200 (+6246.15%)
Mutual labels:  jupyter-notebook, data-science
Web Database Analytics
Web scrapping and related analytics using Python tools
Stars: ✭ 175 (-15.87%)
Mutual labels:  jupyter-notebook, data-science
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (-4.81%)
Mutual labels:  jupyter-notebook, data-science
Covid19 Severity Prediction
Extensive and accessible COVID-19 data + forecasting for counties and hospitals. 📈
Stars: ✭ 170 (-18.27%)
Mutual labels:  jupyter-notebook, data-science
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (-17.79%)
Mutual labels:  jupyter-notebook, data-science
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (-3.37%)
Mutual labels:  jupyter-notebook, data-science
Eli5
A library for debugging/inspecting machine learning classifiers and explaining their predictions
Stars: ✭ 2,477 (+1090.87%)
Mutual labels:  jupyter-notebook, data-science

CARTOframes


.. image:: https://travis-ci.org/CartoDB/cartoframes.svg?branch=develop :target: https://travis-ci.org/CartoDB/cartoframes .. image:: https://img.shields.io/badge/pypi-v1.1.1-orange :target: https://pypi.org/project/cartoframes/1.1.1

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 (1.1.1): |stable|
  • Latest (develop branch): |develop|

.. |stable| image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.1.1?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

  • Create interactive maps from pandas DataFrames (CARTO account not required)
  • Publish interactive maps to CARTO's platform
  • Write and read pandas DataFrames to/from CARTO tables and queries
  • Create customizable, interactive CARTO maps in a Jupyter notebook using DataFrames or hosted data
  • Augment your data with CARTO's Data Observatory
  • Use CARTO for cloud-based analysis

Common Uses

  • Visualize spatial data programmatically as matplotlib images, as notebook-embedded interactive maps, or published map visualizations
  • Perform cloud-based spatial data processing using CARTO's analysis tools
  • Extract, transform, and Load (ETL) data using the Python ecosystem for getting data into and out of CARTO
  • Data Services integrations using CARTO's Location Data Streams <https://carto.com/platform/location-data-streams/>__

More info

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].