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 '';"""