gz-d

Results 2 comments of gz-d

> I had the same error, followed https://stackoverflow.com/questions/17839973/constructing-pandas-dataframe-from-values-in-variables-gives-valueerror-if-usi > > and changed df_last_state = pd.DataFrame({"last_state": last_state}) to df_last_state = pd.DataFrame({"last_state": [last_state]}) > > But now I am getting other errors....

> I was running the example in the title, and run into this error "If using all scalar values, you must pass an index". The error traces back to the...