All Projects → treehouse-projects → Python Introducing Pandas

treehouse-projects / Python Introducing Pandas

Introduction to pandas Treehouse course

Projects that are alternatives of or similar to Python Introducing Pandas

Pandas Videos
Jupyter notebook and datasets from the pandas Q&A video series
Stars: ✭ 1,716 (+7050%)
Mutual labels:  jupyter-notebook, data-science, pandas, tutorial
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (+850%)
Mutual labels:  jupyter-notebook, data-science, pandas, tutorial
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (+579.17%)
Mutual labels:  jupyter-notebook, data-science, pandas, tutorial
Pycon 2019 Tutorial
Data Science Best Practices with pandas
Stars: ✭ 410 (+1608.33%)
Mutual labels:  jupyter-notebook, data-science, pandas, tutorial
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (+737.5%)
Mutual labels:  jupyter-notebook, data-science, pandas, tutorial
Code
Compilation of R and Python programming codes on the Data Professor YouTube channel.
Stars: ✭ 287 (+1095.83%)
Mutual labels:  jupyter-notebook, data-science, pandas
Scikit Learn Videos
Jupyter notebooks from the scikit-learn video series
Stars: ✭ 3,254 (+13458.33%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+1487.5%)
Mutual labels:  jupyter-notebook, data-science, pandas
User Machine Learning Tutorial
useR! 2016 Tutorial: Machine Learning Algorithmic Deep Dive http://user2016.org/tutorials/10.html
Stars: ✭ 393 (+1537.5%)
Mutual labels:  jupyter-notebook, data-science, tutorial
50 Days Of Ml
A day to day plan for this challenge (50 Days of Machine Learning) . Covers both theoretical and practical aspects
Stars: ✭ 218 (+808.33%)
Mutual labels:  jupyter-notebook, pandas, tutorial
Open source demos
A collection of demos showcasing automated feature engineering and machine learning in diverse use cases
Stars: ✭ 391 (+1529.17%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Code search
Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"
Stars: ✭ 436 (+1716.67%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (+1058.33%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (+1037.5%)
Mutual labels:  jupyter-notebook, data-science, pandas
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (+1337.5%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Data Science Portfolio
Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.
Stars: ✭ 559 (+2229.17%)
Mutual labels:  jupyter-notebook, data-science, pandas
Intro To Python
An intro to Python & programming for wanna-be data scientists
Stars: ✭ 536 (+2133.33%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Just Pandas Things
An ongoing list of pandas quirks
Stars: ✭ 660 (+2650%)
Mutual labels:  jupyter-notebook, data-science, pandas
Har Keras Coreml
Human Activity Recognition (HAR) with Keras and CoreML
Stars: ✭ 23 (-4.17%)
Mutual labels:  jupyter-notebook, data-science, tutorial
Sc17
SuperComputing 2017 Deep Learning Tutorial
Stars: ✭ 211 (+779.17%)
Mutual labels:  jupyter-notebook, data-science, tutorial

Introduction to pandas

This repository is filled with IPython Notebooks that explore the pandas library.

It is used in the Treehouse course Introduction to pandas.

Installation

To run these notebooks locally, you'll need to be able to run Jupyter Notebooks.

We recommend using Miniconda.

conda create --name treehouse-pandas --file requirements.txt
conda activate treehouse-pandas
jupyter notebook

Layout

The notebooks are meant to be followed in order and are prefixed with stages and notebook names.

For instance, the prefix s1n01- refers for Stage 1, Notebook 1.

There are several optional challenges that throughout the course, ensure you choose Restart and Run the entire notebook to see the proper results.

Thanks for hanging out and please keep me posted on your journey! 🚀

@craigsdennis

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