This chapter introduces you to the basic principles of the data science workflow. These concepts will help you prepare your data as necessary to be fed into a machine learning model as well as understand its underlying structure through analysis.
You will learn how to use the libraries Pandas, Numpy, Scikit-Learn, and Matplotlib to load, manipulate, and analyze data. Furthermore, you will learn how to perform data I/O; manipulate, ...