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

feature: add native xarray support and concatenation of DataFrames/DataArrays #2507

Merged
merged 47 commits into from
Jan 27, 2021

Conversation

nikhartman
Copy link
Contributor

Changes proposed in this pull request:

  • add get_data_as_xarray for xarray, similar to get_data_as_pandas_dataframe
  • add a kwarg to get_data_as_pandas_dataframe to concatenate individual DataFrames (similar feature in get_data_as_xarray)
    • print a warning if independent parameters are not consistent across all dependent parameters when trying to use concat

@WilliamHPNielsen per our discussion earlier.

@astafan8 astafan8 added this to the 0.22.0 milestone Jan 11, 2021
docs_requirements.txt Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jan 19, 2021

Codecov Report

Merging #2507 (8dc3634) into master (b3b7240) will increase coverage by 0.05%.
The diff coverage is 87.14%.

@@            Coverage Diff             @@
##           master    #2507      +/-   ##
==========================================
+ Coverage   63.79%   63.84%   +0.05%     
==========================================
  Files         199      199              
  Lines       26218    26277      +59     
==========================================
+ Hits        16726    16777      +51     
- Misses       9492     9500       +8     

@jenshnielsen
Copy link
Collaborator

@github-actions github-actions bot merged commit afbcadf into microsoft:master Jan 27, 2021
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.

None yet

5 participants