yfinance icon indicating copy to clipboard operation
yfinance copied to clipboard

Warnings About pd.to_timedelta

Open richardmkit opened this issue 1 year ago • 1 comments

image

richardmkit avatar Feb 04 '24 15:02 richardmkit

Fixes seems to have already merged to the dev branch.

Current workaround (to filter out this warning) from #1837:

import warnings
warnings.simplefilter(action="ignore", category=FutureWarning)

larrysammii avatar Feb 06 '24 05:02 larrysammii