Skip to content

Tabulate "lowerize" the string #8

@keldrom

Description

@keldrom

Using the code:
from tabulate import tabulate
import pandas as pd
df = pd.DataFrame({"VALUE":["NAN"]})
print(tabulate(df, , headers="keys"))

Output:
VALUE
0 nan

Seems that is applied to the string values a to_lower()
There's a way to avoid this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions