Update / convert values
Edit page Last modified: 14 January 2025Both 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