Skip to content

adambushman/data-transformation-in-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Banner

Data Transformation in JavaScript

Experimenting with data transformation libraries in JavaScript.

Description

Working with data in JavaScript requires the ability to transform and reshape the dataset, especially when desiging interactive data apps with tables and visualizations.

Within this repository you'll find JavaScript and HTML files where I experiment with the following libraries: Danfo.js, tidy.js, and Arquero. My goal is to find a library I identify with for pairing with other libraries to build data apps.

Because my use case will often be to transform data in the conjunction with D3.js for visualizations, my general approach is to read in the dataset with D3, transform with a library from the above, and then visualize.

Update 4/26/23

After experimentation, I've loved the Arquero library which features a syntax and structure similar to what I've come to enjoy from {dplyr} and {tidyr} packages in R. This is likely to be my go to transformation library.

Helpful Resources

Arquero Documentation

Danfo.js Documentation

tidy.js Documentation

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published