data-science

All posts tagged data-science
Posted on 14. October 2023

Find the missing data - interpolation and extrapolation with Python

When you have a set of data, there is a high chance that it is incomplete. Not only does the data, outside the given range not exist, but also values between known ones are missing. But what if your work relies on that missing data?
You can use interpolation and extrapolation to fill the missing gaps in your data set.
Made with ♥️ and Gatsby © 2024