Closed hottwaj closed 4 years ago
I'm going to give this a look over and update tests for this today
Cool, thanks! I haven't allowed for different thousands separators (comma is assumed), and I think some places separate hundreds rather than thousands... I guess Babel might handle all of that, but not the precision issue...
All of the commits before 78d815c are from my other PR #31, but I didn't know how to isolate these changes... sorry! If I can do anything else let me know
I need to give the Babel documentation another read anyways. It seemed to be breaking the ability to specify precision which I would like to fix.
I think you've since covered the pandas compatibility issue in master. Closing as the other stuff needs to be rebased. Thanks!
also removed deprecation warnings for as_money(), which is more flexible than the Babel as_currency() as precision and thousands separator can be controlled.