0

I have seen the same question and I have tried different the code lines shared but I do not see the same results.

I ran these code lines, but I received the following error messages;

enter image description here

can you please help me out step by step how can I read a google sheet using pandas?

Manfred92
  • 47
  • 4
  • Possible duplicate of [Python3 error: initial\_value must be str or None](https://stackoverflow.com/questions/31064981/python3-error-initial-value-must-be-str-or-none) – rafaelc Jun 26 '18 at 16:37

1 Answers1

0

You need to use io.BytesIO instead of StringIO.

Chad Bernier
  • 386
  • 1
  • 10