Chapter 3: Getting Started with Danfo.js
The Python data science and machine learning ecosystem is very mature when compared to other programming languages, but when it comes to data presentation and the client side, JavaScript reigns supreme. From its robust data presentation tools to its ready availability in the browser to ease of setup, JavaScript is always recommended.
In this chapter, we will introduce you to the Danfo.js library, thus giving you an efficient tool for data analysis and manipulation in JavaScript. We'll cover the core data structures of Danfo.js – DataFrames and Series. We'll show you how to load different types of files, such as JSON, Excel, and CSV, into Danfo.js, and finally, you'll learn about some important functions available in Danfo.js that make data analysis and preprocessing in JavaScript easier.
In this chapter, we will cover the following topics:
- Why you need Danfo.js
- Installing Danfo.js
- Introducing Series...