Dataframe 0.14 Help

Update / convert values

Both update and convert can be used to change column values in a DataFrame.

Difference between these operations:

  • convert allows changing the type of the column, update doesn't

  • update allows filtering cells to be updated, convert doesn't

Last modified: 27 September 2024