Forum Discussion

preetiverma1's avatar
preetiverma1
Qrew Member
4 years ago

how to add the csv data using API_importcsv api using python code.

how can i add the csv data in the  quickbase table from the outside. csv_data = df_track_changed_for_ins.to_csv(r'C:\Users\preet\Documents\insterted1.csv',index=False)  how can i check w...