Assuming that I have a pandas dataframe and I want to add thousand separators to all the numbers (integer and float), what is an easy and quick way to do it?
The formatters parameter in to_html will take a dictionary.
Click the example link for reference