Chapter 3_ Data Cleaning
A comprehensive guide on handling missing data, data type constraints, uniformity, cross-field validation, and text data problems.
Sharing my journey, learnings, and thoughts on technology, data, and everything in between.
A comprehensive guide on handling missing data, data type constraints, uniformity, cross-field validation, and text data problems.
Learn about conditional transformations, binning, mapping, applying logic, vectorization, scaling, encoding, and using accessors.
A guide on creating and exporting DataFrames, inspecting data, broadcasting, sorting, subsetting, and computing summary statistics.
An introduction to Pandas, NumPy, and Matplotlib, and working with DataFrames and Series.
A comprehensive guide to NumPy, covering array creation, indexing, slicing, data types, and essential array operations for efficient numerical computing in Python.
Fetching data from APIs using the Requests library and parsing JSON responses.