All Projects → anitagraser → movingpandas-examples

anitagraser / movingpandas-examples

Licence: BSD-3-Clause license
Example notebooks illustrating MovingPandas use cases

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to movingpandas-examples

data-analysis-using-python
Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data
Stars: ✭ 81 (-30.17%)
Mutual labels:  pandas, geopandas
read-protobuf
Small library to read serialized protobuf(s) directly into Pandas Dataframe
Stars: ✭ 28 (-75.86%)
Mutual labels:  pandas
Styleframe
A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel
Stars: ✭ 252 (+117.24%)
Mutual labels:  pandas
Chatistics
A WhatsApp Chat analyzer and statistics.
Stars: ✭ 32 (-72.41%)
Mutual labels:  pandas
geopandas-spatial-join-example
An example of how to join point to polygon data with geopandas and Python
Stars: ✭ 21 (-81.9%)
Mutual labels:  geopandas
Algorithmic-Trading
Algorithmic trading using machine learning.
Stars: ✭ 102 (-12.07%)
Mutual labels:  pandas
Missingno
Missing data visualization module for Python.
Stars: ✭ 3,019 (+2502.59%)
Mutual labels:  pandas
kobe-every-shot-ever
A Los Angeles Times analysis of Every shot in Kobe Bryant's NBA career
Stars: ✭ 66 (-43.1%)
Mutual labels:  pandas
hh research
Автоматизация поиска и исследования вакансий с сайта hh.ru (Headhunter) с помощью методов Python. Классификация данных, поиск статистических параметров.
Stars: ✭ 36 (-68.97%)
Mutual labels:  pandas
django-model-values
Taking the O out of ORM.
Stars: ✭ 57 (-50.86%)
Mutual labels:  pandas
skutil
NOTE: skutil is now deprecated. See its sister project: https://github.com/tgsmith61591/skoot. Original description: A set of scikit-learn and h2o extension classes (as well as caret classes for python). See more here: https://tgsmith61591.github.io/skutil
Stars: ✭ 29 (-75%)
Mutual labels:  pandas
Python-Geopandas-Workshop
In this workshop you will learn about pandas and geopandas by exploring UK Crime Data in a Jupyter notebook
Stars: ✭ 52 (-55.17%)
Mutual labels:  geopandas
fer
Facial Expression Recognition
Stars: ✭ 32 (-72.41%)
Mutual labels:  pandas
Artificial Intelligence Deep Learning Machine Learning Tutorials
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.
Stars: ✭ 2,966 (+2456.9%)
Mutual labels:  pandas
python-eodhistoricaldata
Download data from EOD historical data https://eodhistoricaldata.com/ using Python, Requests and Pandas.
Stars: ✭ 67 (-42.24%)
Mutual labels:  pandas
Koalas
Koalas: pandas API on Apache Spark
Stars: ✭ 3,044 (+2524.14%)
Mutual labels:  pandas
gpdvega
gpdvega is a bridge between GeoPandas and Altair that allows to seamlessly chart geospatial data
Stars: ✭ 49 (-57.76%)
Mutual labels:  geopandas
GeoUtils
Class-based handling of georeferenced raster and vector data
Stars: ✭ 32 (-72.41%)
Mutual labels:  geopandas
dstoolbox
Tools that make working with scikit-learn and pandas easier.
Stars: ✭ 43 (-62.93%)
Mutual labels:  pandas
es pandas
Read, write and update large scale pandas DataFrame with Elasticsearch
Stars: ✭ 34 (-70.69%)
Mutual labels:  pandas

Welcome to the MovingPandas examples repository!

This repository contains Jupyter notebooks demonstrating MovingPandas features.

👉 Jump right in with Example 1: Getting Started

You can run the these notebooks on MyBinder - no installation required: Binder

The main MovingPandas repo is https://github.com/anitagraser/movingpandas

Visit movingpandas.org for details!

Installation

If you want to run these examples on your local machine, use the environment definition file (environment.yml) provided in this repository.

  1. Clone the movingpandas-examples repository
  2. Install Conda (command line interface) or Anaconda (graphical user interface) and continue with the instructions in the corresponding section

Using conda

  1. Navigate to the cloned directory
  2. Run conda env create -f environment.yml

Using Anaconda

  1. In Anaconda Navigator | Environments | Import select the movingpandas-experiments environment.yml from the cloned directory

Post installation

  1. Activate the mpd-ex environment
  2. Launch Jupyter notebooks and navigate to the movingpandas-examples directory
  3. Now you can run the notebooks, experiment with the code and adjust it to your own data

Generating html exports using nbautoexport

First, you will need to install nbautoexport. Then register nbautoexport to run automatically while using Jupyter Notebook or Jupyter Lab:

  1. conda install nbautoexport --channel conda-forge
  2. nbautoexport install

Finally restart the Jupyter server.

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].