-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for replaceAll #738
base: master
Are you sure you want to change the base?
Conversation
47a401d
to
2df4ca2
Compare
2df4ca2
to
815f9ec
Compare
Generated sources will be updated after merging this PR. |
<!---FUN replaceAll--> | ||
|
||
```kotlin | ||
functions.replaceAll( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the replaceAll
call looks a bit out of place in between all these update
functions, it should be in replace
, shouldn't it? https://kotlin.github.io/dataframe/replace.html
Fillnulls https://kotlin.github.io/dataframe/fill.html is also an update "flavour", just like replaceAll
, but it also has a separate page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you could provide a link from here to replaceAll though, but probably at the bottom
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as commented :)
I decided to experiment with a new dataset