You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll use the folder *csv/taxi* to follow the sample queries. It contains NYC Taxi - Yellow Taxi Trip Records data from July 2016 to June 2018.
30
-
31
-
Files in *csv/taxi* are named after year and month:
32
-
33
-
- yellow_tripdata_2016-07.csv
34
-
- yellow_tripdata_2016-08.csv
35
-
- yellow_tripdata_2016-09.csv
36
-
- ...
37
-
- yellow_tripdata_2018-04.csv
38
-
- yellow_tripdata_2018-05.csv
39
-
- yellow_tripdata_2018-06.csv
22
+
Your first step is to **create a database** where you will execute the queries. Then initialize the objects by executing [setup script](https://github.com/Azure-Samples/Synapse/blob/master/SQL/Samples/LdwSample/SampleDB.sql) on that database. This setup script will create the data sources, database scoped credentials, and external file formats that are used in these samples.
40
23
24
+
You'll use the folder *csv/taxi* to follow the sample queries. It contains NYC Taxi - Yellow Taxi Trip Records data from July 2016 to June 2018. Files in *csv/taxi* are named after year and month using the following pattern: yellow_tripdata_<year>-<month>.csv
25
+
41
26
Each file has the following structure:
42
27
43
28
[First 10 rows of the CSV file](./media/querying-folders-and-multiple-csv-files/nyc-taxi.png)
0 commit comments