dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

Incorrect outputs for the `add` example

Open devcrocod opened this issue 1 year ago • 2 comments

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

Examples of input and output data for the select method

devcrocod avatar Feb 12 '24 10:02 devcrocod

What's wrong about the output?

Jolanrensen avatar Feb 12 '24 10:02 Jolanrensen

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)

devcrocod avatar Feb 12 '24 11:02 devcrocod