Giter Site home page Giter Site logo

qusman1 / dataexploration Goto Github PK

View Code? Open in Web Editor NEW

This project forked from allendowney/dataexploration

0.0 1.0 0.0 31.72 MB

Supporting code for a video series on best practices for exploratory data analysis.

License: MIT License

Python 5.22% Jupyter Notebook 94.78%

dataexploration's Introduction

Data Exploration in Python

Allen Downey

Supporting code for a video series on best practices for exploratory data analysis.

To run the notebooks in the repo on Binder, click here: Binder

Software setup

This repository contains the software I'll demonstrate in the videos. If you have a Git client installed, you should be able to download the code by running:

git clone https://github.com/AllenDowney/DataExplorationInPython.git

It should create a directory named DataExplorationInPython. Otherwise you can download it as a zip file from https://github.com/AllenDowney/DataExplorationInPython/archive/master.zip

To run the code, you need Python 2 or 3 with IPython, NumPy, SciPy, and matplotlib. I highly recommend installing Anaconda, which is a Python distribution that includes everything you need to run my code. It is easy to install on Windows, Mac, and Linux; and because it does a user-level install, it will not interfere with other Python installations. Information about Anaconda is at http://continuum.io/downloads.

To test your environment, start IPython:

cd DataExplorationInPython
ipython notebook

A browser window should appear with a list of files in this directory. If IPython didn't create a browser window for you, you can do it yourself. When you started the notebook, you should have seen a message like this:

2015-04-02 15:44:33.254 [NotebookApp] Using existing profile dir: u'/home/downey/.ipython/profile_default'
2015-04-02 15:44:33.267 [NotebookApp] Using MathJax from CDN: http://cdn.mathjax.org/mathjax/latest/MathJax.js
2015-04-02 15:44:33.280 [NotebookApp] Serving notebooks from local directory:     /home/downey/DataExplorationInPython
2015-04-02 15:44:33.280 [NotebookApp] 0 active kernels 
2015-04-02 15:44:33.280 [NotebookApp] The IPython Notebook is running at: http://localhost:8888/
2015-04-02 15:44:33.280 [NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

This is the startup message from the IPython server. It includes the URL you can use to connect to the server. Launch a browser and paste in this URL.

Click on effect_size.ipynb, which is one of the notebooks I'll demonstrate. It should open a new tab and load the notebook.

Execute the first few cells by pressing Shift-Enter a few times, or from the Cell menu select "Run All".

If you don't get any error messages, you have everything you need. Otherwise the error message should indicate what you are missing.

dataexploration's People

Contributors

allendowney avatar

Watchers

 avatar

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.