cfont / crossfilter-ds-training

My training repo for LinkedIn Learning's Crossfilter for Data Science Essential Training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossfilter for Data Science Essential Training

Table of Contents

About

This is my repo for the code I write while going through this training course on LinkedIn Learning

Original Course Details

Need to slice and dice large and complex JavaScript data arrays with maximum speed and effectiveness? Enter Crossfilter.js. An alternative to expensive tools like Qlikview, Crossfilter manages the data that lie behind charts, allowing data scientists to group and filter data quickly and easily, right in the browser. Join Emma Saunders in this entry- through intermediate-level course, which explores data indexing and filtering with Crossfilter. Learn how to download and set up Crossfilter, create and use dimensions (which function similarly to properties) to filter data, group and reduce results, set up advanced filters to sort by range or function, and perform actions (like removals) on matching records.

Original Learning Objectives

  • Downloading Crossfilter
  • Cross-filtering data
  • Creating dimensions
  • Grouping data
  • Filtering by range and function
  • Removing matching records

Getting Started

I think this will only be HTML and Javascript (JS) files but I will create new branches for different sections and chapters and eventually always merge back to the main branch for final, working examples.

About

My training repo for LinkedIn Learning's Crossfilter for Data Science Essential Training


Languages

Language:JavaScript 70.9%Language:HTML 29.1%