All Projects → chendaniely → 2016 Pydata Carolinas Pandas

chendaniely / 2016 Pydata Carolinas Pandas

Licence: mit
Material for Pandas Tutorial at Pydata Carolinas 2016

Projects that are alternatives of or similar to 2016 Pydata Carolinas Pandas

Yann
This toolbox is support material for the book on CNN (http://www.convolution.network).
Stars: ✭ 41 (-2.38%)
Mutual labels:  jupyter-notebook
Deeptrading
Deep Neural Network Trading collection of Tensorflow Jupyter notebooks
Stars: ✭ 41 (-2.38%)
Mutual labels:  jupyter-notebook
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+19457.14%)
Mutual labels:  jupyter-notebook
Slow disentanglement
Towards Nonlinear Disentanglement in Natural Data with Temporal Sparse Coding
Stars: ✭ 41 (-2.38%)
Mutual labels:  jupyter-notebook
Infectious disease modelling
Stars: ✭ 42 (+0%)
Mutual labels:  jupyter-notebook
Bayesgan
Tensorflow code for the Bayesian GAN (https://arxiv.org/abs/1705.09558) (NIPS 2017)
Stars: ✭ 1,011 (+2307.14%)
Mutual labels:  jupyter-notebook
Openpmd Viewer
🐍 Python visualization tools for openPMD files
Stars: ✭ 41 (-2.38%)
Mutual labels:  jupyter-notebook
Dl Twitch Series
Notebook from the Deep Learning Twitch Series on AWS (https://twitch.tv/aws)
Stars: ✭ 42 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (+0%)
Mutual labels:  jupyter-notebook
Ntm Tensorflow
"Neural Turing Machine" in Tensorflow
Stars: ✭ 1,013 (+2311.9%)
Mutual labels:  jupyter-notebook
Siren Fastai2
Unofficial implementation of 'Implicit Neural Representations with Periodic Activation Functions'
Stars: ✭ 42 (+0%)
Mutual labels:  jupyter-notebook
Mp
公众号《林骥》的文章和代码
Stars: ✭ 41 (-2.38%)
Mutual labels:  jupyter-notebook
Tensorflow Seq2seq Tutorials
Dynamic seq2seq in TensorFlow, step by step
Stars: ✭ 1,011 (+2307.14%)
Mutual labels:  jupyter-notebook
Mitx Foundations Of Computer Science
The Foundations of Computer Science XSeries, offered by the M.I.T. Department of Electrical Engineering and Computer Science, is a sequence of courses that introduce key concepts of computer science and computational thinking. Students apply these concepts and build their engineering skills by completing software and hardware design problems. Additionally, students test their understanding by taking a series of exams.
Stars: ✭ 41 (-2.38%)
Mutual labels:  jupyter-notebook
Pyhowfun
🌻 提供一系列的 Python 教學,讓初學者或是有程式基礎的人,快速融入 Python 的世界
Stars: ✭ 42 (+0%)
Mutual labels:  jupyter-notebook
Algorithms
🍣 Implementations of fundamental algorithms and data structures. Happy Hacktoberfest!
Stars: ✭ 41 (-2.38%)
Mutual labels:  jupyter-notebook
Keras Pytorch Avp Transfer Learning
We pit Keras and PyTorch against each other, showing their strengths and weaknesses in action. We present a real problem, a matter of life-and-death: distinguishing Aliens from Predators!
Stars: ✭ 42 (+0%)
Mutual labels:  jupyter-notebook
Adaptive Multispeaker Separation
Adaptive and Focusing Neural Layers for Multi-Speaker Separation Problem
Stars: ✭ 42 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Sample Notebooks for PipelineAI
Stars: ✭ 42 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow Programs And Tutorials
Implementations of CNNs, RNNs, GANs, etc
Stars: ✭ 1,012 (+2309.52%)
Mutual labels:  jupyter-notebook

Tutorial Objective

Let's start doing our data analysis not in a spreadsheet program and learn Python and Pandas along the way.

Don't get me wrong, I use spreadsheets, but not for data analysis.

Also, there are some notes from people who I've talked to during the conference in the notes folder. Click the .md file, and github will render the document on the website (like this README.md file you are reading now).

2016-pydata-carolinas-pandas

Material for Pandas Tutorial at Pydata Carolinas 2016

PyData Carolinas 2016
September 14-16, 2016
Hosted by IBM Emerging Technologies
Research Triangle Park, NC

IBM RTP Activity Center 3039 East Cornwallis Road, Building 400 Research Triangle, NC 27709

PyData Schedule

http://pydata.org/carolinas2016/schedule/

Syllabus

Covered in the tutorial

  1. Pandas DataFrame basics
  2. Data assembly
  3. Missing Data

Not covered in the tutorial

  1. Plotting

Setup

The easiest way to get everything you need to the tutorial is to install anaconda

You can download and install it here: https://www.continuum.io/downloads

I will be using the Python 3 version during the tutorial.

I actually ended up using Python 2 because of I had a last minute computer change

Install seaborn for plotting

conda install seaborn

Data

  1. Gapminder: https://github.com/jennybc/gapminder/raw/master/inst/gapminder.tsv
  2. Survey: Comes from the Software-Carpentry SQL lesson
  3. Ebola: www.github.com/cmrivers/ebola
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].