Python Machine LearningLee, W. (2019). Python machine learning. ProQuest Ebook Central.
Read Chapter 3, Manipulating Tabular Data Using Pandas.
Read Chapter 5, Getting Started with Scikit-learn for Machine Learning, Data Cleansing (pp. 107-112).
Chapter 3 discusses using the Pandas library to represent tabular data in the Series and DataFrame data structures.
Chapter 5 (specifically these pages) discusses using the Scikit-learn library to read and clean data.