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'tupdate
allows filtering cells to be updated,convert
doesn't
Last modified: 27 September 2024