Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the output in rupees in pandas

from babel.numbers import format_currency
print(format_currency(123456789, 'INR', locale='en_IN').replace(u'xa0', u' '))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #output #rupees #pandas
ADD COMMENT
Topic
Name
3+4 =