Forum Discussion
jonoCX
4 years agoFrequent Visitor
How to investigate Python script error
Hi I am trying to write a simple script in Power Query Editor in PowerBI, and keep getting an error below: DataSource.Error: ADO.NET: Python script error. <pi>pandas.errors.MergeError: Data ...
v-yingjl
Community Support
4 years agoHi jonoCX ,
As the error message mentioned,
pandas.errors.MergeError: Data columns not unique:
Please check whether there are multiple duplicated columns names 'Date' in your data source table when you create it by the python script.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.