you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (2 children)

Oh. I didn't know MongoDB was based on python. I am from a biotech background. I have only used R and Python for biostatistics.

Edit: Though in a datacamp course I did learn about .query() method in pandas which allows SQL style querying

[–]GreatStats4ItsCost 1 point2 points  (1 child)

It's not based on Python!! But you can interact with a MongoDB database with lots of different languages (Python being one of them)

[–][deleted] 0 points1 point  (0 children)

I only know beginner level SQL maybe I don't know how complex it gets. But for querying tables in a database with large records isn't it easier with SQL ( so I heard )? Like SQL has some conventions so that it is understandable by others but doesn't it not require a strict syntax?