Using Python in-built libraries to clean and do some basic operations on a set of data
This code will load the data from the "E:Healthcare-Diabetes.csv" file, perform basic data cleaning (you can customize this part based on your data), and then calculate the mean, median, standard deviation, skewness, and kurtosis for each column in the dataset.