- The version of pandas on the site is 0.25.2. When I run my app I get an error but on my computer there is no error, using pandas version 1.2.1. I tried pip install pandas==1.2.1 but got the error 'could not find..'.
- The strange thing is that from a console screen it shows pandas version 0.24.2 but from within my app it states that the version is 0.25.2. Similarly, the console shows python version 2.7 but within the app it shows version 3.8 - why the difference