Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#793: Added support Pandas 2 pyarrow dtype columns for emitting data from Python UDFs #795

Merged
merged 14 commits into from
Jun 2, 2023

Conversation

tkilias
Copy link
Collaborator

@tkilias tkilias commented May 4, 2023

Fixes #793
Fixes #796

All Submissions:

  • Check if your pull request goes to the correct bash branch (develop or master)?
  • Is the title of the Pull Request correct?
  • Is the title of the corresponding issue correct?
  • Have you updated the changelog?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Are you mentioning the issue which this PullRequest fixes ("Fixes...")

When integrating to Develop branch:

  1. Remember to merge with "Squash and Merge"

When integrating to Main branch:

  1. Remember to merge with "Merge"

@tkilias tkilias force-pushed the feature/793_update_to_pandas_2 branch 2 times, most recently from c0a0092 to e018cfc Compare May 23, 2023 08:35
… template flavors and replace asscalar with item in test dataframe.py, because asscalar was removed
…h NAN.

- Refactor and split Pandas Tests
- Add tests for more dtypes to Pandas Tests
@tkilias tkilias force-pushed the feature/793_update_to_pandas_2 branch from cf6ab5c to 283eee6 Compare May 25, 2023 15:08
@tkilias tkilias changed the title #793: Update Pandas package to version 2.0 in standard 8.0 flavor and the template flavors #793: Update Pandas package to version 2.0 in standard 8.0 flavor and the template flavors and support pyarrow dtypes for emit May 26, 2023
@tkilias tkilias changed the title #793: Update Pandas package to version 2.0 in standard 8.0 flavor and the template flavors and support pyarrow dtypes for emit #793: Added support Pandas 2 pyarrow dtype columns for emit in Python UDFs May 26, 2023
@tkilias tkilias changed the title #793: Added support Pandas 2 pyarrow dtype columns for emit in Python UDFs #793: Added support Pandas 2 pyarrow dtype columns for emitting data from Python UDFs May 26, 2023
doc/changes/changes_6.1.0.md Outdated Show resolved Hide resolved
@tkilias tkilias merged commit 7b16444 into develop Jun 2, 2023
@tkilias tkilias deleted the feature/793_update_to_pandas_2 branch June 2, 2023 13:29
tkilias added a commit that referenced this pull request Jun 2, 2023
* #792: Updated script-languages-container-tool to 0.17.0 and script-languages-container-ci to 1.1.0 (#799)
* #800: Updated Ubuntu packages (#801)
* #803: Updated Ubuntu packages (#804)
* #814: Updated packages (#815)
* #793: Added support for Pandas 2 pyarrow dtype columns for emitting data from Python UDFs (#795)
* #796: Fixed silent data corruption when emitting dataframes with float16 dtype columns from Python UDFs

---------

Co-authored-by: Thomas Ubensee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants