Thanks for reading. I'm working with this code right here:
df=client.query(SQL).to_dataframe()
df.insert(0,"bang", '\"!\"', allow_duplicates=True)
When I run it in Google Colabs/Python/Pandas, I get this: """!"""
I really need just one quotation like this: "!".
Let me know if you guys have ever encountered this issue.