How can I move a dataframe from python environment to SQL Server environment?

Viewed 26

How can I transfer a data frame from Python to SQL Server?

I do not want to work with SQL in a Python environment (the task is moving data between different platforms), I need to make a copy somehow from a generated data frame in Python and then paste and work with it in an SQL Server environment. Could you please help me with this problem, please? Something like the below picture: enter image description here

0 Answers
Related