From 6fd3e92f2fa6dfe2b323f8a9b105890ba3406ee2 Mon Sep 17 00:00:00 2001 From: Minh VU Date: Tue, 3 Dec 2024 14:10:32 +0100 Subject: [PATCH] update update --- MonetDB.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/MonetDB.py b/MonetDB.py index 5e6c3e7..864f46d 100644 --- a/MonetDB.py +++ b/MonetDB.py @@ -27,21 +27,3 @@ def create_data_monetdb(cursor): cursor.execute(peuplementAirlines) cursor.execute(peuplementFlights) cursor.execute(peuplementAirports) - - - - - - - - - - - - - - - -peuplementFlights = """COPY INTO flights -FROM 'C:\\Users\\Public\\2015_Flight_Delay_and_cancellations\\flights.csv' -USING DELIMITERS ',', E'\n', '"' NULL AS '';"""