FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

numpy.datetime64[ns] is wrongly formatted as float · Issue #251 · astanin/python-tabulate · GitHub

numpy.datetime64[ns] is wrongly formatted as float #251

Description

To reproduce:

import tabulate
import numpy as np
print(tabulate.tabulate([[ np.datetime64('2022-10-05', 'ns') ]]))

Out:

-----------
1.66493e+18
-----------

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL