Python's Pandas is acting weird although it was fine before
In some random cases, the module isn't found at all and in almost all cases, its functions are not available. Have attached a sample screenshot for the same.
I checked my wmill instance for any files named pandas.py as well as functions that maybe overriding the package. Even a new script with no imports (other than pandas) still behaves weirdly. Any suggestions on how to go about debugging this?
P.S. I also checked a local version by using wmill sync pull but no files/functions named pandas there as well.
