Skip to content

DataRow from Map creation API #1098

@AndreiKingsley

Description

@AndreiKingsley

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions