I have a column in my dataset which has the number of payments made to the physicians. This is a discrete nunerical feature. I know that transformations and scaling can be done for continuous data. But what about discrete numerical features?
When I plot a histogram it gives me frequency distribution. Looking at the histogram standardisation, outlier treatment do not make sense. Can someone tell me how to deal with discrete numerical data. There are a lot of articles which talk about continuous data as well as categorical but I couldn't find proper articles which tell how to deal with disrete data