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

Add as_dicts to Fugue API #522

Merged
merged 6 commits into from
Oct 27, 2023
Merged

Add as_dicts to Fugue API #522

merged 6 commits into from
Oct 27, 2023

Conversation

goodwanghan
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c4ecb27) 100.00% compared to head (2f75cb2) 100.00%.
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #522    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          128       128            
  Lines        12084     12306   +222     
==========================================
+ Hits         12084     12306   +222     
Files Coverage Δ
fugue/api.py 100.00% <ø> (ø)
fugue/dataframe/api.py 100.00% <100.00%> (ø)
fugue/dataframe/arrow_dataframe.py 100.00% <100.00%> (ø)
fugue/dataframe/dataframe.py 100.00% <100.00%> (ø)
fugue/dataframe/function_wrapper.py 100.00% <100.00%> (ø)
fugue/dataframe/iterable_dataframe.py 100.00% <100.00%> (ø)
fugue/dataframe/pandas_dataframe.py 100.00% <100.00%> (ø)
fugue/dataframe/utils.py 100.00% <100.00%> (ø)
fugue/execution/execution_engine.py 100.00% <100.00%> (ø)
fugue/plugins.py 100.00% <ø> (ø)
... and 8 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@goodwanghan goodwanghan merged commit 83f2b2b into master Oct 27, 2023
20 checks passed
@goodwanghan goodwanghan deleted the 0.8.7.6 branch October 27, 2023 05:11
@goodwanghan goodwanghan added this to the 0.8.7 milestone Oct 29, 2023
@goodwanghan goodwanghan linked an issue Oct 29, 2023 that may be closed by this pull request
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.

[FEATURE] as_dicts for DataFrames
3 participants