项目作者: RitRa

项目描述 :
A look at box plots: History, uses, terminology and alternatives
高级语言: Jupyter Notebook
项目地址: git://github.com/RitRa/Box-Plot-Project.git
创建时间: 2018-11-15T07:55:05Z
项目社区:https://github.com/RitRa/Box-Plot-Project

开源协议:MIT License

下载


Box Plot Project

This repository contains a jupyter notebook which investigates the Box Plot.

To run this notebook you must have jupyter installed on your machine. You can install this with the anaconda distribution. The project is available here Box Plot Project

You can also view the file in nbviewer. Unfortunately, sometimes large jupyter files won’t load in github https://nbviewer.jupyter.org/

Libraries used in this notebook include:

  • Pandas: Pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language. pandas

  • NumPy: NumPy is the fundamental package for scientific computing with Python. NumPy

  • Seaborn: Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.

A look at box plots: History, uses, terminology and alternatives

  1. Summarise the history of the box plot and situations in which it used.
    Example of John Tukey Box Plot from 1977
    pandas

  2. Demonstrate the use of the box plot using data of your choosing.
    Dungarvan (Clonea) Rainfall Data https://cli.fusio.net/cli/climate_data/webdata/dly2007.csv

    • date: 1995 to 1997
    • rain: Precipitation Amount (mm)
    • ind: Indicator
  3. Explain any relevant terminology such as the terms quartile and percentile.
    pandas

  4. Compare the box plot to alternatives.