I have a column called amount with holds values that look like this: $3,092.44 when I do dataframe.dtypes()
it returns this column as an object how can i convert this column to type int?
↧
Price column object to int in pandas
↧