Hey, first time Domo Jupyter user, and a new Python user. I'm having a difficult time exporting my data to a new dataset.
From this:
I keep encountering this error:
/home/domo/.conda/lib/python3.9/site-packages/domojupyter/io.py:125: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`
What am I messing up?