Closed
Description
Could we make it so that kotlin.Map<String, T>
is recognized and unfolded to a KeyValueProperty
/NamedValuePair
by default?
Currently, since toDataFrame { properties() }
is the default, they are unfolded like:
which is not very helpful.