Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: reading csv and store it into different variable
Post: reading csv and store it into different variable

#prompt user to input csv file title x=input("please enter the title of your .csv file,key in 'QUIT' when done:") i=0 while x != "QUIT": data_i=pd.read_csv("%s"%x) i+=1 x=input("please...
boonyang General Coding Help 1 2,002 Jul-08-2018, 10:43 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020