Have you ever found it lengthy to use brackets to access the elements in a deeply nested dictionary? If so, use pydash.get
.
With pydash.get
, you can use a dot notation with a dictionary like above.
Have you ever found it lengthy to use brackets to access the elements in a deeply nested dictionary? If so, use pydash.get
.
With pydash.get
, you can use a dot notation with a dictionary like above.
2 thoughts on “pydash.get: Get Nested Dictionary’s Attribute”
How does this compare with Box? Which do you find better of the two?
I prefer pydash to box because it provides more functionalities