Reviewing package.json and web-pack configurations

Before we continue our journey down the data world lets take a detour to understand better the environment that we are working within. In this lecture we will learn more about how packages are installed in NPM, the basics of version controlling package and how to deal with incompatible modules, and we will add a new loader for web-pack that will enable us to load CSV files.

properties: loading CSV files, npm basics, configuring webpack

Complete and Continue