I\'ve got a tkinter GUI thats uses the following function:
def analyzeFile(): x = fileEntry.get() df = pd.read_csv(x) for y in df.columns: df[y] = pd.to