python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
While doing aggregation in MongoDB in lookup pipeline the id field is not available to perform match
As mentioned I want to match tenant id while looking in the logs collection and I am aggregating over Tenants collection.
But this gives logs as an empty array.
But when I did hardcoded the tenant_id...
shubham
Votes: 0
Answers: 1
Pandas value lookup but with duplicate values
I have a list of lists containing prices of items, the order in which these elements are in, also matter. I also have a dataframe with the items in these lists and their correlating prices. I'm trying...

mcfadX
Votes: 0
Answers: 2
Difference between lookup and join in oracle data integrator
I have created the basic mapping in ODI but i dont understand difference beaten lookup and join.

user17104035
Votes: 0
Answers: 1
Counting multiple fields of a document in each other document against different fields in the same collection
I have millions of documents like this :
{
"anId" : "xxxxx-yyyyy-zzzzzz"
"field1": "value1",
"field2" : [
{"field1": "valu...
Marco
Votes: 0
Answers: 1