Does anyone know a prettier way to write this? ``...
# python
g
Does anyone know a prettier way to write this?
Copy code
private_network_1.__getattribute__('id').apply(lambda id : id + '')
Basically need the string value, but only getting it by applying lambda above