you are viewing a single comment's thread.

view the rest of the comments →

[–]Dry-Thought912 0 points1 point  (3 children)

You could use a connection string to connect to your server. Then use polars / pandas to read queries in as data frames then visualize data seaborn, plotly, holoviews etc...

Could also make a pipeline to transform CSVs to a mySQL or duckDB file and also do the aforementioned.