static-frame / arraykit

Python C Extensions for StaticFrame
Other
8 stars 2 forks source link

Invalid `datetime64` inputs can lead to a segmentation fault #91

Closed flexatone closed 1 year ago

flexatone commented 1 year ago

Basic form is as follows, which raises an exception:

>>> np.datetime64('203.02')

Usage in StaticFrame detailed here:

https://github.com/static-frame/static-frame/issues/717