Replace text in CSV data

I Want to replace multiple text from a csv. Giv


e me any easiest way

Hi dear,

The simplest method by far is to replace the text while the CSV has not yet been converted into a list, and then convert the text into a list of lists as you were already doing.

1 Like

what is key and value


(I wrote it better than I thought :grin:)

2 Likes

thanks let me try

working perfect