i think `private_network_1.apply(lambda network: s...
# python
s
i think
private_network_1.apply(lambda network: str(network.id))
or something similar?
g
thank you very much, str() is alot cleaner, I'm blushing i didn't think of that myself
😎 1
s
dont feel bad, i have a tendency to string format variables when i could just use
str()