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

Allow to pass types_mapper and other options into to_pandas #49

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

j-bennet
Copy link
Collaborator

Support types_mapper, and other options to let the user control conversion of the Arrow table to pandas.

Closes #45.

@codecov-commenter
Copy link

codecov-commenter commented Jul 13, 2023

Codecov Report

Merging #49 (a6e453a) into main (5fe7c37) will decrease coverage by 2.19%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
- Coverage   76.63%   74.45%   -2.19%     
==========================================
  Files           6        6              
  Lines         351      321      -30     
==========================================
- Hits          269      239      -30     
  Misses         82       82              
Impacted Files Coverage Δ
dask_deltatable/__init__.py 100.00% <100.00%> (ø)
dask_deltatable/core.py 91.56% <100.00%> (-2.35%) ⬇️
dask_deltatable/write.py 65.51% <100.00%> (+1.23%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@j-bennet j-bennet changed the title Allow to pass types_mapper and other options into to_pandas Allow to pass types_mapper and other options into to_pandas Jul 13, 2023
@j-bennet
Copy link
Collaborator Author

It's codecov again.

@fjetter fjetter merged commit 215bbde into dask-contrib:main Jul 14, 2023
10 checks passed
@j-bennet j-bennet deleted the j-bennet/add-types-mapper branch July 14, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support pyarrow types_mapper kwarg
3 participants