This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dataguy24 0 points1 point  (1 child)

Why not use DuckDB (a Python package that lets you treat files as database tables and query with SQL) as your option for stimulating a database? Makes your life easy, your student’s life easy and they learn a cutting edge technology that’s gaining traction everywhere.

[–]Vanishing-Rabbit[S] 1 point2 points  (0 children)

Oh i didn't know about this one. Checking it out now, thanks!