jinyan218 commited on
Commit
43340a6
1 Parent(s): 82a308c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: order_id
5
+ dtype: int64
6
+ - name: region_id
7
+ dtype: int64
8
+ - name: city
9
+ dtype: string
10
+ - name: courier_id
11
+ dtype: int64
12
+ - name: accept_time
13
+ dtype: string
14
+ - name: time_window_start
15
+ dtype: string
16
+ - name: time_window_end
17
+ dtype: string
18
+ - name: lng
19
+ dtype: float64
20
+ - name: lat
21
+ dtype: float64
22
+ - name: aoi_id
23
+ dtype: int64
24
+ - name: aoi_type
25
+ dtype: int64
26
+ - name: pickup_time
27
+ dtype: string
28
+ - name: pickup_gps_time
29
+ dtype: string
30
+ - name: pickup_gps_lng
31
+ dtype: float64
32
+ - name: pickup_gps_lat
33
+ dtype: float64
34
+ - name: accept_gps_time
35
+ dtype: string
36
+ - name: accept_gps_lng
37
+ dtype: float64
38
+ - name: accept_gps_lat
39
+ dtype: float64
40
+ - name: ds
41
+ dtype: int64
42
+ splits:
43
+ - name: pickup_jl
44
+ num_bytes: 54225579
45
+ num_examples: 261801
46
+ - name: pickup_cq
47
+ num_bytes: 243174931
48
+ num_examples: 1172703
49
+ - name: pickup_yt
50
+ num_bytes: 237146694
51
+ num_examples: 1146781
52
+ - name: pickup_sh
53
+ num_bytes: 293399390
54
+ num_examples: 1424406
55
+ - name: pickup_hz
56
+ num_bytes: 436103754
57
+ num_examples: 2130456
58
+ download_size: 443251368
59
+ dataset_size: 1264050348
60
+ ---
61
+ # Dataset Card for "LaDe-P"
62
+
63
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)