After I execute:
customer = collection.find(projection= something)
I try to print data present in customer, but rather shows blank. I'm not able to understand why.
After I execute:
customer = collection.find(projection= something)
I try to print data present in customer, but rather shows blank. I'm not able to understand why.