Converting Namedtuple to Dictionary: A Namedtuple can be easily converted to a dictionary! Using the `_asdict()` method! Check this out
By
–

Converting Namedtuple to Dictionary: A Namedtuple can be easily converted to a dictionary! Using the `_asdict()` method! Check this out