Tag:polars
All the articles with the tag "polars".
Exporting MSSQL tables to CSV/JSON
Posted on:December 20, 2023 at 07:27 PMMSSQL doesn't provides any straightforward CLI utilties to export data in common formats like CSV or JSON. To tackle this, I developed a script using polars library in Python.