Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 061e38f

Browse files
committedMar 25, 2018
Updated readme.
1 parent 3fb9642 commit 061e38f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
# JavaScript Data Wrangling / Chapter-3
1+
# Data Wrangling with JavaScript / Chapter-3
2+
3+
If you're a JavaScript developer, you already know that working with data is a big deal. Why let the Python and R coders get all the glory? JavaScript isn't just good at data visualization, you can move your entire data wrangling pipeline to JavaScript and work more effectively. [Data Wrangling with JavaScript](http://bit.ly/2t2cJu2) teaches you core data munging techniques in JavaScript, along with many libraries and tools that will make your data tasks even easier.
4+
5+
This repository contains code examples for Chapter 3 (*Acquisition, storage and retrieval*) of [Data Wrangling with JavaScript](http://bit.ly/2t2cJu2).
6+
7+
28

3-
Code examples for Chapter 3 of JavaScript Data Wrangling.

0 commit comments

Comments
 (0)
Please sign in to comment.