Giter VIP home page Giter VIP logo

d3js_data_visualization's Introduction

Data Visualization with D3js v4

Work description-

  1. Extract data from https://www.gapminder.org/data/ to construct a d-dimensional (d � 5) dataset. In this dataset, countries or regions are individual data points. Each data point will have d number of attributes which come from https://www.gapminder.org/data/. You need to clean the dataset to ensure consistencies. For example, all attributes should come from roughly the same time period, and missing data should be avoided or lled. The selection of attributes to download should be based on some interesting ideas or hypothesis that you are trying to demonstrate or con rm.
  2. Use D3 to visualize your d-dimensional dataset with 3 di�erent multi-dimensional data visualization techniques that D3 provides: Scatterplot Matrix, Parallel Coordinate, and Streamgraph. You will need to provide some interactive functions in each of these visualizations, and they should reveal di�erent aspects of the data to demonstrate your hypothesis or insight.
  3. Write a description about what insight you gain from these visualizations: discovery, revelation, surprises, etc.

Data

  • Data is stored in here
  • Data is cleaned by Python script (can be found in here) and cleaned data is stored in here.
  • Visualization Code can be found in here.

Python Environment Setup

Install conda package command-

conda env remove -n Offline1 -y
#conda env create -f environment.yml
conda env update --file environment.yml
activate Offline1
#deactivate

And then activate the Offline1 environment for the code.

Visual of the page is like this-

Screenshot

Report-

Report can be found in here.

d3js_data_visualization's People

Contributors

abrarjahin avatar

Watchers

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