Forum Discussion
jono
7 years agoFrequent Visitor
importing dataframe with python throws script error
When I try to import a dataframe to Power BI using a Python script I get the following error Details: "ADO.NET: Python script error. Traceback (most recent call last): File "PythonScriptWrapper...
- 7 years ago
Hi Anonymous jono,
Anonymous Thank you for your information. Power doesn't have the feature which can run a cmd batch file when open. As a workaround, you can install the batch as a windows service. Please refer to: https://stackoverflow.com/questions/415409/run-batch-file-as-a-windows-service.
Regards,Jimmy Tao
v-yuta-msft
7 years agoCommunity Support
Hi jono,
This may caused by numpy module hasn't be installed when you installed anaconda. You can open CMD and type "conda list" to check all the modules included by anaconda, if numpy is not listed, type "conda install numpy" to install numpy module.
Regards,
Jimmy Tao