All Projects → jorisvandenbossche → Pandas Tutorial

jorisvandenbossche / Pandas Tutorial

Licence: bsd-2-clause
Material for the pandas tutorial at EuroScipy 2016

Projects that are alternatives of or similar to Pandas Tutorial

Covid19 Severity Prediction
Extensive and accessible COVID-19 data + forecasting for counties and hospitals. 📈
Stars: ✭ 170 (-0.58%)
Mutual labels:  jupyter-notebook
Udacity Machine Learning Nanodegree
All projects and lecture notes of the Udacity Machine Learning Engineer Nanodegree.
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow Safari Course
Exercises and solutions to accompany my Safari course introducing TensorFlow.
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Dive Into Dl Pytorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Stars: ✭ 14,234 (+8223.98%)
Mutual labels:  jupyter-notebook
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 (+0%)
Mutual labels:  jupyter-notebook
Ipywebrtc
WebRTC for Jupyter notebook/lab
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Tutorials
MONAI Tutorials
Stars: ✭ 170 (-0.58%)
Mutual labels:  jupyter-notebook
Timesynth
A Multipurpose Library for Synthetic Time Series Generation in Python
Stars: ✭ 170 (-0.58%)
Mutual labels:  jupyter-notebook
Data science for all
Code and resources for my blog and articles to share Data Science and AI knowledge and learnings with everyone
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Alpha Mind
quantitative security portfolio analysis. The analysis pipeline including data storage abstraction, alpha calculation, ML based alpha combining and portfolio calculation.
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning With Python Notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
Stars: ✭ 14,243 (+8229.24%)
Mutual labels:  jupyter-notebook
Bert Keyword Extractor
Deep Keyphrase Extraction using BERT
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Mlbox
Machine Learning Algorithms implementations
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Shap
A game theoretic approach to explain the output of any machine learning model.
Stars: ✭ 14,917 (+8623.39%)
Mutual labels:  jupyter-notebook
Dog Project
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Vietocr
Transformer OCR
Stars: ✭ 170 (-0.58%)
Mutual labels:  jupyter-notebook
Pytorch Tutorials
Stars: ✭ 170 (-0.58%)
Mutual labels:  jupyter-notebook
Sort Google Scholar
Sorting Google Scholar search results based on the number of citations
Stars: ✭ 170 (-0.58%)
Mutual labels:  jupyter-notebook
Self Driving Car
Self Driving Car development tools and technologies from GTA Robotics Community members
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook
Data Science Tutorial
Code material for a data science tutorial
Stars: ✭ 171 (+0%)
Mutual labels:  jupyter-notebook

EuroScipy 2016 Pandas Tutorial

This repository contains the material (notebooks, data) for the pandas tutorial at EuroScipy 2016. For previous versions of the tutorial (EuroScipy 2015), see the releases page.

Requirements to run this tutorial

To follow this tutorial you need to have the following packages installed:

I recommend to use the conda environment manager to install all the requirements (you can install miniconda or install the (very large) Anaconda software distribution, found at http://continuum.io/downloads).

Once this is installed, the following command will install all required packages in your Python environment:

conda install pandas jupyter seaborn

But of course, using another distribution (e.g. Enthought Canopy) or pip is good as well, as long as you have the above packages installed.

Downloading the tutorial materials

If you have git installed, you can get the material in this tutorial by cloning this repo:

git clone https://github.com/jorisvandenbossche/pandas-tutorial.git

As an alternative, you can download it as a zip file: https://github.com/jorisvandenbossche/pandas-tutorial/archive/master.zip. I will probably make some changes until the start of the tutorial, so best to download the latest version then (or do a git pull if you are using git).

Two data files are not included in the repo, you can download them from: titles.csv and cast.csv and put them in the /data folder.

Content

To view the content on nbviewer:

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