-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
MemoryError when plotting two DataFrames, one with odd DatetimeIndex #10578
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
Comments
Related to #9814, but it can't handle this example because In my environment, specifying
|
I can confirm that |
Hi, I'm having the same issue but doing a downsampling. Indeed the |
I have the same issue on 0.24.2, I am trying to upsample and interpolate a DataFrame to a fairly high frequency (35Hz) from a nearby but irregular sampling rate. Calling using |
It's not expected that DataFrame.plot should error. |
Then should I start a new issue since my problem is not specific to DateTimeIndex as the original issue but seems to be caused by any Time Index that has a fast |
I'm not sure. Do they end up with similar tracebacks?
…On Fri, Jul 19, 2019 at 3:35 PM Daniel Rivas ***@***.***> wrote:
Then should I start a new issue since my problem is not specific to
DateTimeIndex as the original issue but seems to be caused by any Time
Index that has a fast freq?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10578?email_source=notifications&email_token=AAKAOISZZRD653GF54WTY3DQAIQQVA5CNFSM4BLDRF5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2MWGIQ#issuecomment-513368866>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOIWXZG3F77BJT3KHCDTQAIQQVANCNFSM4BLDRF5A>
.
|
Was trying to upsample a DataFrame by non-integer amount, then compare the two. When trying to plot the second DF, pandas tries to allocate a lot of memory, and finally throws MemoryError after a few seconds.
Minimal working example
Using pandas 0.16.2 in WinPython 2.7.10.1 x64. pd.show_versions()
(I should also note that upsamping to arbitrary time index seems hopeless in pandas, as it does not allow interpolation between values near the sampling point, but that's a different issue).
The text was updated successfully, but these errors were encountered: