Reading from files
name=pd.read_csv( “file name .csv”)
Writing to files
name.to_csv(“new_file.csv”, index=False)