Can u help me modify my code that the output would be the predicted csv?
Its about divided difference interpolation and extrapolation.
python code
import csv
from tkinter import Tk, Label, Button, Entry, filedialog, Text, Scrollbar, VERTICAL, RIGHT, Y, Listbox
from datetime import datetime...