I want to use this code:
dataframe = pandas.read_csv("file.txt") dataframe.columns = ["age", "name", "result"]