-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
HDFStore testing and improvements #43
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
Labels
Comments
Done-- 100% unit tested and incorporated great many requests about functionality |
dan-nadler
pushed a commit
to dan-nadler/pandas
that referenced
this issue
Sep 23, 2019
- Use dateutil.tz.gettz rather than loading tzfiles directly - this should support Windows: https://labix.org/python-dateutil#head-b79630fbbda87af6d6d121737510fd7ea5aeea97 - Don't load the default timezone on module import (we shouldn't do additional I/O here) - Remove custom tzfile binary-search implementation, this was fixed upstream in dateutil: dateutil/dateutil@1205f3c Fixes pandas-dev#43
3 tasks
Closed
3 tasks
3 tasks
3 tasks
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per many requests...just a place holder to remind me to do it
The text was updated successfully, but these errors were encountered: