Reply To: Pysyncrosim giving R error

#22534
Katrina SzeteyKatrina 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)