Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
768 stars 48 forks source link

Update extension properties API docs #635

Open AndreiKingsley opened 3 months ago

AndreiKingsley commented 3 months ago

I think there needs to be more explanation and examples here, topic looks seriously incomplete: https://kotlin.github.io/dataframe/extensionpropertiesapi.html

Jolanrensen commented 3 months ago

What else would you want to be there? Some example of what is generated perhaps? There is already more at: https://kotlin.github.io/dataframe/schemasgradle.html#execute-the-assemble-task-to-generate-type-safe-accessors-for-schemas

AndreiKingsley commented 3 months ago

No, I don't want implementation details or other deep stuff. I'd like users, unfamiliar with DataFrame, to have a clearer understanding. For example, to say that "in this cell a dataframe appeared, it has these columns, and we can use them further like that". So, in my personal opinion, there seems to be a lack of clarity regarding what happened between the lines of code.