In memory SQL division using Python

less than 1 minute read

SQL in memory division using Python

The goal of this project is to replicate an in memory SQL division using Python. This can be done directly in SQL, but here we are interested to do the same in Python with a relational database on Microsoft SQLServer. For this task we use the revoscale Python library.

The complete code is available here.