error after entering data source
in
The Complete Data Visualization Course with Python, R, Tableau, and Excel
/
Pie Chart - Python - How to Create a Pie Chart
1 answers ( 0 marked as helpful)
Hi Laiba,
when reading your file if you change the "\" into forward slashes "/" should fix the issue. The reason for this error is that the backslash is a special character in the programming language, called an escape character and is used to escape characters like ", ', etc. As a good practice I recommend you always use forward slashes when entering a file name.
Let me know if that helps!
Best,
365 Eli