How to install Pandas 1.2.0 or higher on Ubuntu 20.04
I am struggling with the installation of the correct Pandas version. On my system I have Python 3.8.6 installed and my Pandas version is 0.25.3 At the moment I am watching a beginners' tutorial of Pandas on YouTube. There the Pandas version 1.2.0 is recommended. Also some features do not work on my 0.25.3 When I do in the linux console pip3 install pandas or pip install pandas I get ModuleNotFoundError: No module named 'distutils.util' I was not able to find a workable instruction on google, stackoverflow & co. in order to install version 1.2.0 or higher. Could anybody please guide me or point me to a foolproof instruction. P.S. I want the installation regarding to my pure Python, not on distributions like Jupyter-Notebook or Anaconda.