Contains technology articles
Firstly, Convert column into float type
data['Amount'] = data['Amount'].fillna(0).astype('float64')
Format column as Currency format. eg : 12,345.00
Post a Comment
No comments:
Post a Comment