Pandas printing in jupyter

Rustom Mody rustompmody at gmail.com
Tue Jan 16 09:03:06 EST 2018


On Tuesday, January 16, 2018 at 6:04:06 PM UTC+5:30, Rustom Mody wrote:
Had missed the mtd element

ie changing
elemfmt = """            <mn>%d</mn>
"""
to 

elemfmt = """            <mtd><mn>%d</mn></mtd>
"""



More information about the Python-list mailing list