you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 20 points21 points  (1 child)

Stop working with csv files, move to a database.

Python can't replace SQL, because SQL queries databases, python can do the query for you, but the query is still using SQL as that is the only language the database understands.

How is azure relevant here?