All Projects → Spaxe → pyconau2017-messy-sensor-data

Spaxe / pyconau2017-messy-sensor-data

Licence: MIT License
[pyconau 2017 talk] Messy Sensor Data: A Programmer's Cleaning Guide

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to pyconau2017-messy-sensor-data

California Coronavirus Data
The Los Angeles Times' independent tally of coronavirus cases in California.
Stars: ✭ 188 (+1075%)
Mutual labels:  data, jupyter, pandas
Pandas Datareader
Extract data from a wide range of Internet sources into a pandas DataFrame.
Stars: ✭ 2,183 (+13543.75%)
Mutual labels:  data, pandas
Datacompy
Pandas and Spark DataFrame comparison for humans
Stars: ✭ 147 (+818.75%)
Mutual labels:  data, pandas
Gspread Pandas
A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames.
Stars: ✭ 226 (+1312.5%)
Mutual labels:  data, pandas
Locopy
locopy: Loading/Unloading to Redshift and Snowflake using Python.
Stars: ✭ 73 (+356.25%)
Mutual labels:  data, pandas
Deeplearning Mindmap
A mindmap summarising Deep Learning concepts.
Stars: ✭ 1,251 (+7718.75%)
Mutual labels:  data, jupyter
Tianyancha
pip安装的天眼查爬虫API,指定的单个/多个企业工商信息一键保存为Excel/JSON格式。A Battery-included Scraper API of Tianyancha, the best Chinese business data and investigation platform.
Stars: ✭ 206 (+1187.5%)
Mutual labels:  data, pandas
Pdpipe
Easy pipelines for pandas DataFrames.
Stars: ✭ 590 (+3587.5%)
Mutual labels:  data, pandas
Pandas Gbq
Pandas Google BigQuery
Stars: ✭ 243 (+1418.75%)
Mutual labels:  data, pandas
cognipy
In-memory Graph Database and Knowledge Graph with Natural Language Interface, compatible with Pandas
Stars: ✭ 31 (+93.75%)
Mutual labels:  jupyter, pandas
jupyter-django
Using Jupyter Notebook with Django: a presentation
Stars: ✭ 42 (+162.5%)
Mutual labels:  jupyter, pandas
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+5943.75%)
Mutual labels:  data, pandas
Pyjanitor
Clean APIs for data cleaning. Python implementation of R package Janitor
Stars: ✭ 647 (+3943.75%)
Mutual labels:  data, pandas
Data Forge Js
JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 139 (+768.75%)
Mutual labels:  data, pandas
Datasheets
Read data from, write data to, and modify the formatting of Google Sheets
Stars: ✭ 593 (+3606.25%)
Mutual labels:  data, pandas
validada
Another library for defensive data analysis.
Stars: ✭ 29 (+81.25%)
Mutual labels:  data, pandas
Machine Learning Mindmap
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
Stars: ✭ 5,339 (+33268.75%)
Mutual labels:  data, jupyter
Iexfinance
Python SDK for IEX Cloud
Stars: ✭ 573 (+3481.25%)
Mutual labels:  data, pandas
Weld
High-performance runtime for data analytics applications
Stars: ✭ 2,709 (+16831.25%)
Mutual labels:  data, pandas
astetik
Astetik takes away the pain from telling visual stories with data on Python
Stars: ✭ 15 (-6.25%)
Mutual labels:  jupyter, pandas

Messy Sensor Data: A Programmer's Cleaning Guide

Xavier Ho, Pyconau '17.

Running the talk on your laptop:

In your shell, install Python libraries:

$ pip install -r requirements.txt

Install RISE as Jupyter Notebook extensions:

$ jupyter-nbextension install rise --py --sys-prefix
$ jupyter-nbextension enable rise --py --sys-prefix

Then activate the Jupyter Notebook:

$ jupyter notebook
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].