Skip to main content
Hi there, while pushing a dataframe into a datamodel i got the above mentioned error. By checking the parquet_utils.py and a quick research I found out that this (skipna) argument is obsolete and no longer supported. Iam using python 3.7.6, panas 1.0.1 and pycelonis 1.2.8 Is there a workaround for this issue? Best regards, Eike
Hi Eike, Can you please update the pycelonis version to the latest (1.3.3) and try again? You can update using: pip install --extra-index-url=https://pypi.celonis.cloud/ pycelonis --upgrade Best, Noor
Hi Noor, the update worked fine. Thanks. Eike