alvarodt commited on
Commit
0f9d452
·
1 Parent(s): 4f95ce5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: timestamp
5
+ dtype: string
6
+ - name: origin_id
7
+ dtype: string
8
+ - name: origin_name
9
+ dtype: string
10
+ - name: origin_code
11
+ dtype: string
12
+ - name: destination_id
13
+ dtype: string
14
+ - name: destination_name
15
+ dtype: string
16
+ - name: destination_code
17
+ dtype: string
18
+ - name: clicks
19
+ dtype: int64
20
+ - name: plane_id
21
+ dtype: string
22
+ - name: plane_name
23
+ dtype: string
24
+ - name: use
25
+ dtype: string
26
+ splits:
27
+ - name: data
28
+ num_bytes: 512665
29
+ num_examples: 3319
30
+ download_size: 164139
31
+ dataset_size: 512665
32
+ ---
33
+ # Dataset Card for "falcon"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)