downsampling time series equally spaced points for line plots – Mysql
I have a large database with around 75K points. This database represents a time series associated with countries with the following format: |country | value | date | I am using a fastapi API to serve this data on my…