Git Product home page Git Product logo

eda's Introduction

Exploratory Data Analysis

Exploratory data analysis (EDA) is the practice of investigating data to understand it's fundamental structure. This process often leverages visualization to quickly understand univariate distributions and relationships between variables. Initial EDA questions ask basic questions, including:

  • How large is the dataset (rows, columns)?
  • What are the variables present in the dataset?
  • What is the data type of each variable?

Following that basic information, it's common to dive deeper into particular variables, evaluating:

  • What is the distribution of the variable?
  • Is the variable ever missing (and if so, why)?
  • What are the basic summary statistics (mean, median, standard deviation) of my variable, and what is it's range (min/max)?

Throughout this initial process, one often develops more specific questions about each variable, or the dataset more generally. For example,

  • Is the distribution of my variable consistent across groupings?

Finally, relationships between variables may be assessed:

  • Is there a correlation between these two (or any two) variables?

Exploratory data analysis is a crucial step to understanding your data prior to any statistical analysis.

eda's People

Contributors

mkfreeman avatar jhand2 avatar sm96 avatar

Watchers

James Cloos avatar  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.