Skip to content

A logic/analytics example project using underscore and moment to perform analysis on a sample dataset.

Notifications You must be signed in to change notification settings

mattfelske/csv-analysis-using-lodash

Repository files navigation

ANALYTICS EXAMPLE

This is an analytics example project that uses a sample dataset of 500 user accounts. It uses the following libraries.

  • csvtojson: to convert a csv file to json
  • async: for preventing callback hell
  • underscore: for performing the calculations
  • moment: for performing Date queries

INSTALLATION

npm install

EXECUTION

The script can be run by executing npm start from the project root directory. It will prompt you to select a specific question.

About

A logic/analytics example project using underscore and moment to perform analysis on a sample dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published