PermissionError by jupyter
in
The Complete Data Visualization Course with Python, R, Tableau, and Excel
/
Bar Chart - Python - How to Create a Bar Chart
I dont know what is causing the error but it says :
PermissionError: [Errno 13] Permission denied: 'C:/Users/lenovo/jupyter directory'
some help will be appreciated thank you
1 answers ( 0 marked as helpful)
Hi Rohan,
thanks for reaching out! I haven't seen your code, but it could be that when you're reading the csv file and listing the path, you've not added the name of the csv. You should include:
'C:/Users/lenovo/jupyter directory/bar_chart_data.csv'
while reading the csv file.
Hope this helps!
Best,
365 Eli