update
update
This commit is contained in:
18
MonetDB.py
18
MonetDB.py
@@ -27,21 +27,3 @@ def create_data_monetdb(cursor):
|
|||||||
cursor.execute(peuplementAirlines)
|
cursor.execute(peuplementAirlines)
|
||||||
cursor.execute(peuplementFlights)
|
cursor.execute(peuplementFlights)
|
||||||
cursor.execute(peuplementAirports)
|
cursor.execute(peuplementAirports)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
peuplementFlights = """COPY INTO flights
|
|
||||||
FROM 'C:\\Users\\Public\\2015_Flight_Delay_and_cancellations\\flights.csv'
|
|
||||||
USING DELIMITERS ',', E'\n', '"' NULL AS '';"""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user