-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pandas TypeErrors in hourly_timeseries #117
Comments
While fixing this, should also apply the work-around for the |
The full stack traces are
and
|
Thought this might be a good place to mention that I ran into an error when creating hourly timeseries products locally. Using the latest code on Github, I had to change I also get warnings for function stringtochar() on lines 298 and 299 of 'aggregated_timeseries.py'. The warning suggests using function tobytes() instead. |
Thanks @mphemming - your feedback is welcome. However these are unrelated to this thread, so I've moved them to separate issues: #135 #136 |
The original errors reported above occur under Python 3.5
But also...
|
The first error ("Operation sub between float64 and Timedelta is invalid" in Py3.5) only occurs for files where all the data are flagged as bad, which results in trying to process an empty array. |
A couple of similar errors while trying to create the hourly products in the pipeline for some sites.
occurs for
for
pandas.Timedelta
units issue, as done in the velocity hourly code (Velocity HOURLY #99 (comment))The text was updated successfully, but these errors were encountered: