Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,43 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
tags:
|
4 |
-
- graph-data
|
5 |
-
- check-in-data
|
6 |
-
- geo-social-data
|
7 |
pretty_name: Gowalla Dataset (from SNAP)
|
8 |
size_categories:
|
9 |
-
- 100K<n<1M
|
10 |
---
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
tags:
|
4 |
+
- graph-data
|
5 |
+
- check-in-data
|
6 |
+
- geo-social-data
|
7 |
pretty_name: Gowalla Dataset (from SNAP)
|
8 |
size_categories:
|
9 |
+
- 100K<n<1M
|
10 |
---
|
11 |
+
|
12 |
+
# Gowalla Dataset
|
13 |
+
|
14 |
+
The Gowalla dataset, sourced from the **Stanford Network Analysis Project (SNAP)**, contains user check-ins and social network information from the now-defunct location-based social networking platform **Gowalla**.
|
15 |
+
|
16 |
+
### Key features:
|
17 |
+
- **Check-in data**: records of user check-ins at various locations with timestamps and geographical coordinates (latitude, longitude).
|
18 |
+
- **Social graph**: user relationships represented as a graph, where edges denote friendships between users.
|
19 |
+
- **Temporal data**: includes timestamps for all check-ins, enabling time-series analysis.
|
20 |
+
- **Geographical scope**: check-ins span locations worldwide, offering global coverage for geo-social analyses.
|
21 |
+
|
22 |
+
### Columns:
|
23 |
+
1. **User ID**: unique identifier for each user.
|
24 |
+
2. **Check-in time**: timestamp of the check-in (YYYY-MM-DD HH:MM:SS format).
|
25 |
+
3. **Latitude**: latitude coordinate of the check-in location.
|
26 |
+
4. **Longitude**: longitude coordinate of the check-in location.
|
27 |
+
5. **Location ID**: unique identifier for the location.
|
28 |
+
|
29 |
+
### Use cases:
|
30 |
+
- **Geo-social analysis**: study how users interact with their physical environment and social networks.
|
31 |
+
- **Location recommendation**: build recommendation systems for venues or events based on user preferences and check-ins.
|
32 |
+
- **Urban planning**: analyze movement patterns for transportation and infrastructure planning.
|
33 |
+
- **Graph learning**: train machine learning models on social network structures.
|
34 |
+
|
35 |
+
### Dataset size:
|
36 |
+
- **Check-ins**: approximately 6.4 million records.
|
37 |
+
- **Users**: around 107,000 users.
|
38 |
+
- **Locations**: over 1.2 million unique locations.
|
39 |
+
|
40 |
+
### Licensing:
|
41 |
+
This dataset is distributed under a **CC-BY-SA 4.0 license**, requiring attribution and share-alike for derived works.
|
42 |
+
|
43 |
+
For more details, visit the [SNAP dataset page](https://snap.stanford.edu/data/loc-gowalla.html).
|