Posts by Filipe Santos • 133 points
1 post
-
3
votes1
answer155
viewsQ: Search dates among other dates in Python
Good morning, I have a database on Mongo DB like this: { "_id" : ObjectId("5addb57d0043582d48ba898a"), "base" : "EUR", "date" : "2018-04-23", "rates" : { "BRL" : 4.175076 } { "_id" :…