Angela mam and other python developers take into notice that when you try to use Pandas.read_csv it will give error:
RuntimeError: The current Numpy installation ('...\venv\lib\site-packages\numpy\init.py') fails to pass a sanity check due to a bug in the windows runtime.
See this issue for more information: https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html
There is a bug in Numpy 1.19.4 v
To work perfectly, reinstall Numpy with numpy1.19.3
This will work.
Angela mam and other python developers take into notice that when you try to use Pandas.read_csv it will give error:
RuntimeError: The current Numpy installation ('...\venv\lib\site-packages\numpy\init.py') fails to pass a sanity check due to a bug in the windows runtime.
See this issue for more information: https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html
There is a bug in Numpy 1.19.4 v
To work perfectly, reinstall Numpy with numpy1.19.3
This will work.