I have dataframe in which I have about 1000s ( variable) columns.
I want to make all values upper case.
Here is the approach I have thought of , can you suggest if this is best way.
- Take row
- Find schema and store in array and find how many fields are there.
- map through each row in data frame and upto limit of number of elements in array
- apply function to upper case each fields and return row