tag: pandas print comma commas format
pd.options.display.float_format = '{:20,.0f}'.format
Ian London: https://github.com/IanLondon/pandas_tricks
Greg Reda has a an introduction to Pandas on his website:
Chris Albon has good sub-sections on pandas:
http://chrisalbon.com/#Python
Tom Augspurger's seven-part blog series goes into more detail: