Kotlin / dataframe

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

Incorrect outputs for the `add` example #582

Open devcrocod opened 4 months ago

devcrocod commented 4 months ago

https://kotlin.github.io/dataframe/adddf.html

Examples of input and output data for the select method

Jolanrensen commented 4 months ago

What's wrong about the output?

devcrocod commented 4 months ago

I now understand what select outputs mean. But it’s very difficult to keep track of how two dataframes are created and why select at all when we just have an example df.add(df1, df2)