How to access Google Sheet data using the Python API and convert to Pandas dataframe29113Daniel BarkerTalib MukadamFollowSep 4, 2018 · 1 min readGreat post.Just a small typo, “return df” should be inside the else: block.Thanks