Skip to content

issues Search Results · repo:aiguofer/gspread-pandas language:Python

Filter by

61 results
 (91 ms)

61 results

inaiguofer/gspread-pandas (press backspace or delete to remove)

The documentation for conf.py/get_config says: The creds_dir value will be set to conf_dir/creds and the directory will be created if it doesn t exist; if you d like to override that you can do so by ...
  • johnmreynolds
  • Opened 
    on Aug 20, 2024
  • #104

When using the latest gspread-pandas version 3.3.0 with latest pandas version 2.2.1, the following FutureWarning is raised: .../site-packages/gspread_pandas/spread.py:401: FutureWarning: Downcasting behavior ...
  • mephinet
  • Opened 
    on Mar 27, 2024
  • #102

Hello! I ve been using this library in an automated workflow for the last few months and started getting authentication errors on 1/28/24, which I noticed coincided with the release of gspread 6.0.0. I ...
  • shannon-carman
  • 12
  • Opened 
    on Feb 2, 2024
  • #100

gspread-pandas Sheet class has implemented some logic to know when sheet metadata needs to be refetched - cf refresh_spread_metadata. However, the current implementation fails to make use of its potential. ...
  • mephinet
  • 2
  • Opened 
    on Jan 4, 2024
  • #99

from gspread_pandas import Spread, Client, conf SHEET_ID = Some worksheet ID SHEET_NAME = Result 1 CREDENTIALS_PATH = google_secret.json cfg = conf.get_config( conf_dir= ~/lab/pandas_google_sheets/creds ...
  • nikitazavadsky
  • 1
  • Opened 
    on Dec 12, 2023
  • #98

Description When trying to clear a sheet that has frozen columns and rows, only cell A1 is cleared. I think it s caused by this line of code: https://github.com/aiguofer/gspread-pandas/blob/60e8d93cab67290ccdf341ada12800a36e40ca01/gspread_pandas/spread.py#L606 ...
  • karelserruys-foodpairing
  • Opened 
    on Aug 11, 2023
  • #97

i ve stored the credentials downloaded from google cloud console as google_secret.json , gspread_pandas.conf.get_config( ./ ) can read the file but with the below code there is error, however i could run ...
  • karenwky
  • 2
  • Opened 
    on May 30, 2023
  • #96

My usecase is to write a dataframe to a Google Spreadsheet UseCase inside a folder Testing . I tried the following: spread = Spread(spread= /Testing/Usecase , create_spread=True) This creates a spreadsheet ...
  • Mahima-ai
  • 2
  • Opened 
    on May 22, 2023
  • #95

Hi! We have quite a few pandas dataframes with quite a high number of cells that we update daily. These are then uploaded to gsheets via df_to_sheet, but we almost always hit the rate_limit_exceeded error ...
  • sjvdm
  • 4
  • Opened 
    on Feb 8, 2023
  • #94

Hi All Thanks for this package, which is really useful. I have previously used gspread with service accounts without any problem, and have recently started using spread-pandas, which take a lot of work ...
  • JonathanMair
  • 2
  • Opened 
    on Jan 14, 2023
  • #93
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub