I'm trying to plot a pie chart using data from a CSV file but I'm getting an error I don't understand. Can someone please help me?

后端 未结 0 912
旧时难觅i
旧时难觅i 2020-12-23 14:31

This is the code I\'ve tried. SS of the CSV file and the error are attached below.

def displayGraph():
    with open(\'seats.csv\', newline=\'\') as csvfile:
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题