Giter Site home page Giter Site logo

data_analysis_with_python_and_pandas's Introduction

The Code Accompanying my Course: Data Analysis with Python and pandas

This is all of the course material for my course covering pandas and data analysis with python. I wanted to open source the code to the community so that others can learn.

I would recommend navigating any code you may want to view from the nbviewer as looking at IPython Notebooks online is nearly impossible without the NBViewer.

Please let me know if any errors you may notice and please feel free to share the repository with others.

Best, Bill

data_analysis_with_python_and_pandas's People

Contributors

bllchmbrs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

data_analysis_with_python_and_pandas's Issues

requirements.txt

Hi, it would be very helpful if you had a requirements.txt file so that I can set up my environment with the correct versions of each library you use in this tutorial. Thanks so much!

Readme typo

I believe a word from the README is missing at the end of this sentence: "I would recommend navigating any code you may want to view from the nbviewer as looking at IPython Notebooks online is nearly impossible without a. "

Python 3 support

In file: 4 - pandas Basics/4-3 pandas Series NaNs, Reindexing, filling, mutating and copies, basic mapping.ipynb

It looks like cell #26:

s2.index = [range(3,8)]
s2

Should be:

s2.index = list(range(3,8))
s2

EDIT: or just

s2.index = range(3, 8)
s2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.