Can Anyone help me with the skim_without_charts function?

I am using the function on a dataset and instead of counting the null values and showing them in the n_missing column of the summary, it is showing the number of null values in the empty column of the summary. Can someone help me out or explain why this problem is occuring and how to remove the null values from my table?

Hi, welcome to the forum

think we need to see your code and some sample data.

Before using the function, you can preprocess the dataset to handle missing values explicitly. You can use functions like dropna() or fillna() to remove or replace null values with appropriate values before generating the summary.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.