I have worked with a dataframe in Python Colab Notebook and now I want to migrate the data to SQL Server and get queries in the SQL Server environment. I mean for example copy the dataframe from Python and paste it into SQL Server. The task is working with both platforms, so I Do NOT want to use the pyodbc library. enter image description here