You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying a HDFStore with a timestamp, on a column that (in my case, inadvertently) isn't a datetime, the error message isn't helpful; I think we can trap and show something better here.
closespandas-dev#15492
Author: Chris <[email protected]>
Closespandas-dev#15544 from chris-b1/hdf-dt-error and squashes the following commits:
8288dca [Chris] lint
7c7100d [Chris] expand test cases
946a48e [Chris] ERR: more strict HDFStore string comparison
213585f [Chris] CLN: remove timetuple type check
cc977f0 [Chris] BUG: syntax error in hdf query with ts
When querying a
HDFStore
with a timestamp, on a column that (in my case, inadvertently) isn't a datetime, the error message isn't helpful; I think we can trap and show something better here.pandas 0.19.2
The text was updated successfully, but these errors were encountered: