You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ata from Python UDFs (#795)
* #796: Fixed silent data corruption when emitting dataframes with float16 dtype columns from Python UDFs
* Replace asscalar with item in test dataframe.py, because asscalar was removed
* Added handleEmitPyFloat to also support float pyarrow dtype columns with NAN and object-dtype columns with float
* Refactored and split Pandas Tests
* Added tests for more dtypes to Pandas Tests
* Documented supported dtypes when emitting dataframes
Co-authored-by: Thomas Ubensee <[email protected]>
Background
https://github.com/exasol/script-languages/blob/4cb6de499dd9c724b5a21db2450a31d36e19c732/exaudfclient/base/python/python3/python_ext_dataframe.cc#L737
Solution
Acceptance Criteria
The text was updated successfully, but these errors were encountered: