Let's say I have the data, where x values = dates from 1st January and the next 30 days, and y values = for every date, which % of users from my website were active on it
Then I want to build plt.plot on X and Y and make it smooth.
When I interpolate the data using any scipy functions I found, some y values are always negative or > 1, which doesn't make sence. How to avoid it?