What this page adds. The basic calculator draws straight lines between your points and never leaves your browser. This page fits curves instead — cubic spline, PCHIP, and Akima — and takes any number of series at once. To do that it sends your table to the server, computes there, and sends the numbers back. Nothing is stored, but the data does leave your machine. If that matters for your data, use the basic page. The interpolation article explains what each method assumes and where each one goes wrong.
Output x values outside the range of your data are left blank. This interpolates between your points, it does not extrapolate past them.
This goes to the author, not to the page. Nothing you write here is published or shown to other visitors. Use it to ask for a method, report something wrong, or say what would make this page more useful.