Coder Social home page Coder Social logo

den's Introduction

den

The data exploration notebook

  • Have all code, results, visualisations and notes for data exploration in one Jupyter Notebook
  • Generate this notebook automatically from a HCatalog table name.
  • Collect notes from several data exploration notebooks into one markdown document
  • Currently configured to use Spark, however changing the configuration to work with e.g. Hive or Pig and/or any mix of tools (as long as it can be run from Jupyter) is easy.

High level approach for generation of the data exploration notebook

  • Get metadata from HCatalog
  • Generate initial notebook
  • Compute basic statistics for each column
  • Determine column types from data
    • column types determine the cells that will be added to the notebook:
      • column types map to block types (e.g. the datetime block)
      • blocks contain views (e.g. the view to show the number of records in time)
      • views contain cells (e.g. a cell to compute results with Spark and a cell to visualise the results within the notebook with Plotly)
      • cells contain code or markdown (e.g. notes in markdown, related to the datetime view)
    • current column types are:
      • datetime (various formats including unix timestamps)
      • categorical data (with different views depending on number of categories)
      • single value columns (to identify less interesting columns)
      • general column type (the default column type)
  • Perform column type specific analyses
  • Create data exploration notebook with column type specific statistics and visualisations

den's People

Contributors

heuvel 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.