Python use case – Dynamic UNPIVOT using pandas – SQL Server 2017
In this post, we are going to learn how we can leverage the power of Python’s pandas module in SQL Server 2017. pandas is an open source Python library providing data frame as data structure similar to the SQL table with the vectorized operation support for high performance. To know more about pandas, you can click […]
Python use case – Dynamic UNPIVOT using pandas – SQL Server 2017 Read More »