Skip to content

JnyJny/Pandas-Talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

A Whirlwind Tour of Pandas

From pandas.pydata.org:

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

This repository houses a Jupyter notebook which is a really fun way to work with code and data in an interactive manner. Specifically, this notebook will show how to use pandas to explore and manipulate a set of fictitious customer orders.

You can install it locally or launch an interactive Jupyter notebook automatically right now!

How To Use this Repository

You will need these software tools installed to get started: python3, git, make and a web brower.

Getting Started .

  1. Start a web browser (Firefox, Chrome, Mozilla, Safari, etc)

  2. Clone the repository to your local host

    $ git clone https://github.com/JnyJny/Pandas-Talk.git
  3. Install and Start Jupyter Notebook

    $ cd Pandas-Talk
    $ make start

Your web browser should now display the 'Customers' Jupyter Notebook page which has commentary woven thru the interactive code. If this is your first experience with a Jupyter Notebook, take a look at the Notebook UI Overview before going much further.

About

A quick introduction to using Pandas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages