Category "vertica-python"

How to use a df column in a vertica_python SQL query?

I have a dataframe with names that I set to a dictionary, like this: {1: "Bob", 41: "John", 126: "Jim", 167: "Pete"} I am using Vertica. I want to be able to p

How to use a df column in a vertica_python SQL query?

I have a dataframe with names that I set to a dictionary, like this: {1: "Bob", 41: "John", 126: "Jim", 167: "Pete"} I am using Vertica. I want to be able to p