Summary
In this chapter, we saw how to create a no-code environment, where you can just upload your data and then get started with handling and doing data analysis immediately. We also saw how to convert each DataFrame
method in Danfo.js into a React component. This gives the capability to convert all Danfo.js methods into React components, hence creating a React component library for Danfo.js.
Also, we saw how to design the flow for the app and how to manage the state in React. Even if some of the states created are redundant, this is an opportunity for you to contribute and update the app to make it robust. If you can update the app to make it possible to delete, update, and save every operation being done, this will make the app robust and even ready for production.
In the next chapter, we will be introduced to machine learning. The chapter will cover the fundamental idea behind machine learning in the simplest form possible.