Hi all. I have a simple but yet tricky issue I'm trying to figure out. How would I dynamically rename the headers of a dataset to 1,2,3,4,5 based on the position of each of the columns?
For example, I have this dataset that is the output of a python tool:
11.2 | Unnamed: 0 | Random Text | Random Text 2 | Random Text 3 |
Hello world | 123 | 321 | ||
12 | world Hello | 987 | 654 | 321 |
The headers of this dataset can be anything. I need to dynamically change those headers to 1, 2, 3, 4, 5 based on where they are positioned like so:
1 | 2 | 3 | 4 | 5 |
Hello world | 123 | 321 | ||
12 | world Hello | 987 | 654 | 321 |
Any ideas on how I could achieve this?
Solved! Go to Solution.
@Kaseykreid
With my favorite Tile tool 😁
User | Count |
---|---|
109 | |
89 | |
77 | |
54 | |
40 |