Summary
In this chapter, we covered plotting and visualization with Danfo.js. First, we showed you how to set up Danfo.js and Plotly in a new project, and then moved on to downloading a dataset, which we loaded into a DataFrame. Next, we showed you how to create basic charts such as line, bar, and scatter plots, and then statistical charts such as histograms and box and violin plots. Finally, we showed you how to configure plots created with Danfo.js.
The knowledge you have gained in this and Chapter 5, Data Visualization with Plotly.js, will be of practical use when creating data-driven apps as well as custom dashboards.
In the next chapter, you'll learn about data aggregation and group-by operations, thereby understanding how to perform data transformations such as merging, joining, and concatenation.