Recently I have done lot of data analysis in Python (more details about this in another post) and have started to like Pandas a lot. The other day I had to process some data from a Google Sheet and was wondering whether I could read the data as a Pandas DataFrame and after a quick search found the gspread
package and within a few lines of code I was able to read data from Google Sheet into a Pandas DataFrame.
Tag Archives: Google Sheet
Read data from Google Sheet into a Python Pandas DataFrame
Posted in Python Tagged Google Sheet, Pandas, Python 4 Comments