-
Notifications
You must be signed in to change notification settings - Fork 80
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
Resampling flight data results in a ValueError #12
Comments
Thank you for the feedback. |
No problem. |
Coming close, the problem comes from columns with a tz-aware timestamp. (Linear interpolation works ok if we remove those columns) I had a similar issue with I will find a workaround... |
Just opened pandas-dev/pandas#25508 |
@simonrp84 latest commit fixes your issue |
Hello,
When I try to resample flight data using the built-in method I get a ValueError.
To reproduce:
Gives this error:
This is using the latest build of traffic (obtained with:
pip install git+https://github.com/xoolive/traffic
), Pandas version 0.24.1 and python version 3.6.7.Any ideas what's happening? I tried to diagnose it but have not had any success.
The text was updated successfully, but these errors were encountered: