This document is a PANDAS application for a student named Soham Chakraborty. It introduces pandas and its use for data analysis. The document discusses python libraries like pandas, problem statements around missing data, and solutions for handling missing values. Code is provided to read a dataset, describe the data, identify missing values, fill them using the median, and output summaries. The dataset comes from Kaggle and contains app information. The document concludes that pandas makes filling missing values simple.