Hi,
In my instance, pandas version 0.23.4 is installed. How can I install the latest pandas version. As its giving me error due to conflict of earlier version
Hi @NikhilS
The main reason we hard-code pandas 0.23.4 is that internal DSS code uses this version and installing other versions might break things.
If you are on DSS8.0.x you can create a code-env using python3.6 which will automatically install Pandas v1.0.5. If you are on DSS version lower than 8.0.0 there is no way doing this except using non-managed code env or a code environment, without the "core packages" and put pandas 1.0, but you won't be able to "import dataiku" in it.
Also, there are other community threads about this:
https://community.dataiku.com/t5/General-Discussion/Pandas-v1-0-0-is-coming/m-p/4241