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

fix(dataframe): switch orientation of metadata frame #51

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

mure
Copy link
Collaborator

@mure mure commented Nov 6, 2023

Pull Request

🀨 Rationale

The format of the metadata table returned from the data frame plugin is incorrect. It's returning a row for each property, but we want a field for each property:

image

πŸ‘©β€πŸ’» Implementation

  • Transposed the data frame returned by the metadata query

πŸ§ͺ Testing

  • Updated the existing tests

βœ… Checklist

@mure mure marked this pull request as ready for review November 6, 2023 22:41
@mure mure merged commit bd9a0b9 into main Nov 6, 2023
1 check passed
@mure mure deleted the transpose-metadata branch November 6, 2023 22:47
mure pushed a commit that referenced this pull request Nov 6, 2023
## [3.9.1](v3.9.0...v3.9.1) (2023-11-06)

### Bug Fixes

* **dataframe:** switch orientation of metadata frame ([#51](#51)) ([bd9a0b9](bd9a0b9))
@mure
Copy link
Collaborator Author

mure commented Nov 6, 2023

πŸŽ‰ This PR is included in version 3.9.1 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€

@mure mure added the released label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants