You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AndreiKingsley
Let's make Map a value type instead of unpacking it. It becomes very difficult to go from List -> DataFrame -> List if we start doing something special for certain types like Maps.
Could we make it so that
kotlin.Map<String, T>
is recognized and unfolded to aKeyValueProperty
/NamedValuePair
by default?Currently, since

toDataFrame { properties() }
is the default, they are unfolded like:which is not very helpful.
The text was updated successfully, but these errors were encountered: