gspread-pandas
gspread-pandas copied to clipboard
Silencing Pandas downcasting warning on df creation
The latest version of Pandas throws an annoying warning in many cases when df.replace() is called. Adding a context manager to silence this per the warning instructions.