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

support export to xarray for data with non unique indices #2848

Merged
merged 8 commits into from
Mar 26, 2021

Conversation

guenp
Copy link
Contributor

@guenp guenp commented Mar 25, 2021

Fixes #2847.

Changes proposed in this pull request:

  • support exporting dataset with multiindex with non-unique entries to xarray
  • add station snapshot to xarray attributes
  • update docstring

@jenshnielsen

@codecov
Copy link

codecov bot commented Mar 26, 2021

Codecov Report

Merging #2848 (376d91f) into master (5879eb2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2848   +/-   ##
=======================================
  Coverage   65.31%   65.32%           
=======================================
  Files         204      204           
  Lines       27934    27938    +4     
=======================================
+ Hits        18246    18250    +4     
  Misses       9688     9688           

@jenshnielsen jenshnielsen merged commit 25c45c6 into microsoft:master Mar 26, 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.

Cannot export multiindex dataframe to xarray
2 participants