Skip to content

DataRow from Map creation API #1098

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

Open
AndreiKingsley opened this issue Mar 14, 2025 · 0 comments
Open

DataRow from Map creation API #1098

AndreiKingsley opened this issue Mar 14, 2025 · 0 comments

Comments

@AndreiKingsley
Copy link
Collaborator

After #1097, Map is handled as a value type in

Iterable<Map<*, *>>.toDataFrame()

But it's also useful to have extensions that creates DataRow from map / DataFrame from list of maps

Map<String, *>.toDataRow()
Iterable<Map<String, *>>.toDataFrame()

as was previously discussed in #90 and #719.

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

No branches or pull requests

1 participant