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
FutureWarning: Passing additional kwargs to DatetimeIndexResampler.sum has no impact on the result and is deprecated. This will raise a TypeError in a future version of pandas.
pandas.errors.UnsupportedFunctionCall: numpy operations are not valid with resample. Use .resample(...).sum() instead
When I try to run this code:
import quantstats as qs
qs.extend_pandas()
stock = qs.utils.download_returns('GLD')
qs.reports.html(stock, title='GLD Report', output='output/gld_report.html')
qs.reports.html(stock, "ASML", title='GLD vs ASML Report', output='output/asml_vs_gld.html')
Full Error String
The text was updated successfully, but these errors were encountered:
I'm getting the following errors
When I try to run this code:
Full Error String
The text was updated successfully, but these errors were encountered: