Deliver geospatial models direct to decision makers with SyncroSim › Forums › SyncroSim – General Questions and Answers › Pysyncrosim giving R error › Reply To: Pysyncrosim giving R error
January 23, 2024 at 11:16 pm
#22534
Katrina Szetey
Participant
Hi Katie
Thank you, that worked. On a different point, if you’re updating the tutorial soon you might want to change the frame.append() code, as that’s being deprecated. I used pandas to do the same with this code:
import pandas as pd
new_dataframe = pd.DataFrame([myInputDict])
myInputDataframe = pd.concat([myInputDataframe, new_dataframe], ignore_index=True)