I have a .csv file in a blob container on azure cloud, which I am trying to read through the following line of code into a dataframe. I am getting the above mentioned error. Code :
parts = pd.read_csv(StringIO(downloaded_blob.content_as_text()), delimiter=',', encoding= 'unicode_escape')
Can someone shine a light on this issue.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…