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
Is this just me in google colab or is this an issue for others?
[/usr/local/lib/python3.10/dist-packages/pandas/compat/numpy/function.py](https://localhost:8080/#) in validate_resampler_func(method, args, kwargs)
374 if len(args) + len(kwargs) > 0:
375 if method in RESAMPLER_NUMPY_OPS:
--> 376 raise UnsupportedFunctionCall(
377 "numpy operations are not valid with resample. "
378 f"Use .resample(...).{method}() instead"
UnsupportedFunctionCall: numpy operations are not valid with resample. Use .resample(...).sum() instead
The text was updated successfully, but these errors were encountered:
temporary fix is to use the previous version pip install quantstats==0.0.62. I could resolve the issue using this and I am currently using pandas==2.0.2 and numpy==1.26.4
temporary fix is to use the previous version pip install quantstats==0.0.62. I could resolve the issue using this and I am currently using pandas==2.0.2 and numpy==1.26.4
Is this just me in google colab or is this an issue for others?
The text was updated successfully, but these errors were encountered: