Is there a package or repo to write whole Python pandas dataframes into Smartsheet?

Options

I started writing some custom code using the Smartsheet python sdk to write pandas dataframes into smartsheet grids, but it gets complex pretty quickly with having to synchronize columns, efficiently running an upsert, and taking care of datatypes. So wanted to check if something like this exists already - seems like it would be a widely useful tool for setting up data workflows using Smartsheet.

Answers