Update README.md
Browse files
README.md
CHANGED
|
@@ -15,10 +15,16 @@ The current number is 222,130,000 communities.
|
|
| 15 |
|
| 16 |
The dataset has 25 fields. CSV files are delimited by "\t".
|
| 17 |
|
|
|
|
|
|
|
| 18 |
### Fields
|
| 19 |
-
|
|
|
|
| 20 |
["id", "screen_name", "members_count", "name", "type", "verified", "description", "activity", "can_see_all_posts", "city_id", "city_title", "contacts", "country_id", "country_title", "deactivated", "deactivated_message", "deactivated_type", "finish_date", "is_closed", "photo_100", "photo_200", "photo_50", "site", "start_date", "status"]
|
| 21 |
|
|
|
|
|
|
|
|
|
|
| 22 |
Description:
|
| 23 |
* id - integer Community ID
|
| 24 |
* screen_name - string Community name
|
|
@@ -61,11 +67,16 @@ The license for this dataset is public, you can use it in your scientific resear
|
|
| 61 |
Набор данных содержит список всех публичных страниц (или, как их называют, сообщества или группы) социальной сети ВКонтакте.
|
| 62 |
Текущее число составляет 222 130 000 групп.
|
| 63 |
Датасет имеет 25 полей. В качестве разделителя используется символ табуляции "\t".
|
|
|
|
| 64 |
|
| 65 |
### Поля
|
| 66 |
-
|
|
|
|
| 67 |
["id", "screen_name", "members_count", "name", "type", "verified", "description", "activity", "can_see_all_posts", "city_id", "city_title", "contacts", "country_id", "country_title", "deactivated", "deactivated_message", "deactivated_type", "finish_date", "is_closed", "photo_100", "photo_200", "photo_50", "site", "start_date", "status"]
|
| 68 |
|
|
|
|
|
|
|
|
|
|
| 69 |
Подробно:
|
| 70 |
* id - integer Идентификатор сообщества
|
| 71 |
* screen_name - string Название сообщества
|
|
|
|
| 15 |
|
| 16 |
The dataset has 25 fields. CSV files are delimited by "\t".
|
| 17 |
|
| 18 |
+
There is also a list of verified groups - 41614 elements
|
| 19 |
+
|
| 20 |
### Fields
|
| 21 |
+
|
| 22 |
+
Full versions contain the following fields:
|
| 23 |
["id", "screen_name", "members_count", "name", "type", "verified", "description", "activity", "can_see_all_posts", "city_id", "city_title", "contacts", "country_id", "country_title", "deactivated", "deactivated_message", "deactivated_type", "finish_date", "is_closed", "photo_100", "photo_200", "photo_50", "site", "start_date", "status"]
|
| 24 |
|
| 25 |
+
Minified versions contain the following fields:
|
| 26 |
+
[ "id", "members_count", "name", "type", "verified", "activity", "city_id", "country_id", "deactivated", "finish_date", "is_closed", "site"]
|
| 27 |
+
|
| 28 |
Description:
|
| 29 |
* id - integer Community ID
|
| 30 |
* screen_name - string Community name
|
|
|
|
| 67 |
Набор данных содержит список всех публичных страниц (или, как их называют, сообщества или группы) социальной сети ВКонтакте.
|
| 68 |
Текущее число составляет 222 130 000 групп.
|
| 69 |
Датасет имеет 25 полей. В качестве разделителя используется символ табуляции "\t".
|
| 70 |
+
Также есть список верифицированных групп - 41614 элементов
|
| 71 |
|
| 72 |
### Поля
|
| 73 |
+
|
| 74 |
+
Полная версия содержит следующие поля:
|
| 75 |
["id", "screen_name", "members_count", "name", "type", "verified", "description", "activity", "can_see_all_posts", "city_id", "city_title", "contacts", "country_id", "country_title", "deactivated", "deactivated_message", "deactivated_type", "finish_date", "is_closed", "photo_100", "photo_200", "photo_50", "site", "start_date", "status"]
|
| 76 |
|
| 77 |
+
Минифицированная версия:
|
| 78 |
+
[ "id", "members_count", "name", "type", "verified", "activity", "city_id", "country_id", "deactivated", "finish_date", "is_closed", "site"]
|
| 79 |
+
|
| 80 |
Подробно:
|
| 81 |
* id - integer Идентификатор сообщества
|
| 82 |
* screen_name - string Название сообщества
|