I'm working on something that would benefit greatly from using a newer version of pandas. I am aware that pandas is fixed to version 0.20.3 because that is the version the dataiku module requires. I have also experimented with overriding the core modules. I can work with the newest version of pandas by doing this but the dataiku module throws an error (of course). Ideally, my scripts would be able to use both the newest pandas version and the dataiku module. Is this a no win scenario? Is it possible to build data science studio in a way that makes use of a newer version of pandas?
Thanks