Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable DateFormatter does not handle NaT #10448

Closed
philippjfr opened this issue Aug 31, 2020 · 0 comments
Closed

DataTable DateFormatter does not handle NaT #10448

philippjfr opened this issue Aug 31, 2020 · 0 comments

Comments

@philippjfr
Copy link
Contributor

The DateFormatter CellFormatter for the DataTable recently gained a nan_format property which applies to Nones and NaNs. However when using pandas to represent times missing values are indicated through NaT types. When serialized to an integer buffer in Javascript this is represented by the value -9223372036854776. This value should therefore also be formatted using the nan_format when encountered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants