Please what is the meaning of r used by dataquest in the code editor when opeing the csv file
Screen Link:
My Code:
Replace this line with your code
What I expected to happen:
Please what is the meaning of r used by dataquest in the code editor when opeing the csv file
Screen Link:
My Code:
Replace this line with your code
What I expected to happen:
The r means that the string is to be treated as a raw string, which means all escape codes will be ignored.
thank you very much for being there