i have multiple columns and want to see inside them what are the null values. then i want to know if columns that have null values are numeric
df.isnull().sum() -> gives me the sum of null values inside the df (question 2 - in pandas the result are only the top 5 and last 5 colums; How can i see all columns? ) then from the result given i wanted to get only columns with numeric values