{"library":"st-gsheets-connection","title":"Streamlit GSheets Connection","type":"library","description":"A Streamlit Connection for Google Sheets, providing a simple interface to read and write data using the official Streamlit Connections API. Current version is 0.1.0, with moderate release cadence.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install st-gsheets-connection"],"cli":null},"imports":["from st_gsheets_connection import GSheetsConnection"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/streamlit/gsheets-connection","docs":null,"changelog":null,"pypi":"https://pypi.org/project/st-gsheets-connection/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import streamlit as st\nfrom st_gsheets_connection import GSheetsConnection\n\nconn = st.connection(\"gsheets\", type=GSheetsConnection)\ndf = conn.read(worksheet=\"Sheet1\")\nst.dataframe(df)","lang":"python","description":"Basic example: creates a connection and reads a worksheet into a Pandas DataFrame.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}