I have pandas series of type int
. I am trying to get a smooth curve rather than a zig-zag structure.
I saw some previous posta about the same problem but they are smoothing the curve with ( x vs y ) plot whereas in my case I have only a pandas series i.e X axis.
I need a curvy smooth plot.
This is the post which I am referring to.