update
This commit is contained in:
Minh VU
2024-12-03 14:10:32 +01:00
parent e7206116fb
commit 6fd3e92f2f

View File

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