I recently updated the version of the numpy package available via Alteryx's Python tool. However, now when I try to create a new dataframe (with all the prerequisite packages installed) using df = Alteryx.read("#1"), I continue receiving the following error:
Attribute error: module 'numpy' has no attribute 'bool'
My understanding is that the attribute deprecation message is more of a warning rather than a blocker for creating a new dataframe. Has anyone else encountered this issue and been able to successfully address it?
@agv1800073 can you screen shot or provide your python code
I found @Aguisande 's comment very helpful here: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parquet-Data-module-numpy-has-...