I have seen several of these questions along with some answers about it all however either I'm super dumb and can't work out what they are meaning or I'm just extremely dumb and I'm doing it wrong
I am getting this warning using Pandas and Pandas_datareader
"You may find the 'util.testing' code in pandas_datareader, which is separate from pandas."
This is one of the answers I have seen and I don't understand how to fix it I don't have any code that has 'until.testing' it so I don't know to remove it when it's not there and adding it did nothing but due to the warning, my program won't work on my raspberry pi which is the intended location.
please help
python -W ignore <your-python-script-here>
. Taken from #14463777 – Kamala