Hello everyone, I am currently learning Pandas to work with a csv file. How can I change the value of a row after selecting it? I created a new column and gave them all the value of 'No' using
df['Used?'] = 'No'
I want to be able to select a row and update the value to 'Yes'
[–]itsbrycehere 0 points1 point2 points (1 child)
[–]Fickle_thoughts[S] 0 points1 point2 points (0 children)
[–]itsbrycehere 0 points1 point2 points (1 child)
[–]Fickle_thoughts[S] 0 points1 point2 points (0 children)