Case: My script returns a data frame that needs has to be appended to an existing google spreadsheet as new rows of data.As of now, I\'m appending a data frame as multiple s
ws = gc.open("sheet title").worksheet("ws") gd.set_with_dataframe(ws, dataframe)
#simply transform your dataframe to google sheet