Dataframe 0.13 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: 29 March 2024