Giter Club home page Giter Club logo

visualization-tools's Introduction

visualization-tools

Repo for visualization-tools

How to install?

pip install git+git://github.com/Shopify/visualization-tools.git

visualization-tools's People

Contributors

kevincharette avatar ymsaid avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

visualization-tools's Issues

Null/None handling

If one of the Node as a NULL/None value as a name then it's removed.
For example, if you have a node call country with possible value: None, 'CA','USA')
Only 'CA' And 'USA' will be shown

We need to fix that

plotify improvements bucket list

Data formating

  • handle nested index dataframes: test what happens with current version. Then either raise an exception or handle in some way.
  • handle missing x axis by setting to the index automatically.
  • support different types of aggregations (for now only sum is supported)
  • support ratio calculations. The user could provide a dict like: {'name': 'ccr', 'num': 'nb_completed', 'denom': 'nb_startes'}.

Data viz

  • Add different graph types: Bar, Area, Proportion
  • adaptable plot size
  • support scroll down
  • support scroll sideways
  • infer number of columns when missing (for now this argument is required from the user)
  • Nicer titles

Code

  • more tests, especially for warnings and exception handeling

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.