I have an group by results which look like this
I am trying to convert only loc and qty columns into dictionary
Expected o/p:
{Customer10:1248, Customer11:1248, Customer12:1248}
I have an group by results which look like this
I am trying to convert only loc and qty columns into dictionary
Expected o/p:
{Customer10:1248, Customer11:1248, Customer12:1248}