Cleaning Up Currency Data with Pandas - Practical Business Python

PHOTO EMBED

Mon Apr 19 2021 09:23:51 GMT+0000 (Coordinated Universal Time)

Saved by @siddharth #python

df = df_orig.copy()
df['Sales'].apply(type)
content_copyCOPY

Type of each row in the df

https://pbpython.com/currency-cleanup.html