diff --git a/script2.py b/script2.py index 7760fd4..100b829 100644 --- a/script2.py +++ b/script2.py @@ -21,7 +21,6 @@ try : curs.execute('''DELETE FROM CO_DEUX WHERE code LIKE 'NaN' ''') df3 = pd.read_sql('''SELECT * FROM CO_DEUX WHERE code LIKE 'FRA';''',con=co) - #df5 = pd.read_sql('''SELECT * FROM CO_DEUX WHERE code LIKE 'USA';''',con=co) #Chart that picture the evolution of the emission in France print(df3)