Comment on Virtual Tables with Zig-SQLiteComments−mistermann3yFrom an end user perspective, what might be some advantages/disadvantages of this compared to python pandas?−SphaxOP3yI'm not familiar with pandas but looking at the website it's a data analytics tool? While virtual tables can help for that use case they can do a lot more, especially if writes are available.
Comments
From an end user perspective, what might be some advantages/disadvantages of this compared to python pandas?
I'm not familiar with pandas but looking at the website it's a data analytics tool? While virtual tables can help for that use case they can do a lot more, especially if writes are available.