yfinance
yfinance copied to clipboard
Warnings About pd.to_timedelta
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)