Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello guys,
I am working on a table in power query. As well, I am using python script from the transform tab. The problem I have occurs when I want to assign a value to a specific column and row in the dataset.
Here is an example:
| name | day |
| max | 1 |
| alfred | 2 |
If I want to change the values of the "day" column, I do this:
dataset.iloc[0]["day"] = 0
dataset.iloc[1]["day"] = 0
When Power Query execute the python script, the table didn't change.
Any help?
Thank you!!
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |