Pandas version of 0.18.1 or higher is required to be installed in order to use ActiveDataSet function in Statistica Python node. Above warning of "Pandas doesn't allow columns to be created via a new attribute name" when using ActiveDataSet function, occurs if user is using Pandas version 0.21.0 or above, including 0.21.0, 0.21.1, 0.22.0, 0.23.0, 0.24.2, e.t.c.
Such warning vanishes when user installed Pandas version 0.20.3 or below, including 0.20.3, 0.19.2, 0.19.1 and 0.18.1.
The warning does not raise error to the execution of the Python node. It however might be a nuisance to users.
If the users wants to get rid of this warning message, he/she may consider installing Pandas version 0.20.3 or lower.
Pandas version 0.21.0 or above will give such warning message when using "ActiveDataSet" function in Statistica Python node.
Hints:
command to install latest version of Pandas for your Python version: "
pip install pandas"
command to uninstall currently installed version of Pandas: "
pip uninstall pandas"
command to install a specific version of Pandas (e.g. 0.18.1): "
pip install pandas==0.18.1"