Below are the columns from csv , each and every Country_code match with snowflake table . I have tried with all connections and able to read snowflake data in pandas dataframe but i didn' get how i can check csv file country_code with code in table. If it is match make flag true or if it doesn't match make it false In python pandas.
Country_code | Country
U123_CA      |     USA
C123_TR      |  Canada
I123_MU      |   India
E123_EU      |  Europe
Table data
Code    | Country   | Date 
U123_CA       USA     2021
C123_TR    Canada     2020
I999_MU     India     2022
 
     
    