I have a dataframe with 7K columns and and same 7K values as indices
ex.
c1 c2 .... c7000
c1
c2
.
.
.
c7000
I want to update each cell of this dataframe on some condition.
Can anyone please suggest fastest way to achieve this.