Could we make it so that `kotlin.Map<String, T>` is recognized and unfolded to a [`KeyValueProperty`/`NamedValuePair`](https://github.com/Kotlin/dataframe/issues/659) by default? Currently, since `toDataFrame { properties() }` is the default, they are unfolded like:  which is not very helpful.