sparse-intern-71089
09/13/2021, 1:33 AMcrooked-pillow-11944
09/13/2021, 1:38 AM.apply
with a lambda allows me to extract the values but now I need to figure out how to get those as values for new resourcescrooked-pillow-11944
09/13/2021, 1:39 AMvpc_subnets = vpc['subnets'].apply(
lambda x: list(map(print, x))
)
billowy-army-68599
crooked-pillow-11944
09/13/2021, 2:27 PMTypeError: 'Output' object cannot be interpreted as an integer
billowy-army-68599
crooked-pillow-11944
09/13/2021, 4:31 PM