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
This code allows to retrieve a column like this df.col. We want to avoid situations where df.length as a column collides with length property function.
For now we prevent compilation with specified function names as column names.
koalas/source/koalas/dataframe.d
Lines 25 to 36 in 19f891c
This code allows to retrieve a column like this
df.col
. We want to avoid situations wheredf.length
as a column collides with length property function.koalas/source/koalas/dataframe.d
Lines 43 to 45 in 19f891c
The text was updated successfully, but these errors were encountered: