The dataset viewer is not available for this split.
Cannot extract the features (columns) for the split 'train' of the config 'default' of the dataset.
Error code:   FeaturesError
Exception:    ParserError
Message:      Error tokenizing data. C error: Expected 1 fields in line 23, saw 2

Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 323, in compute
                  compute_first_rows_from_parquet_response(
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 88, in compute_first_rows_from_parquet_response
                  rows_index = indexer.get_rows_index(
                File "/src/libs/libcommon/src/libcommon/parquet_utils.py", line 631, in get_rows_index
                  return RowsIndex(
                File "/src/libs/libcommon/src/libcommon/parquet_utils.py", line 512, in __init__
                  self.parquet_index = self._init_parquet_index(
                File "/src/libs/libcommon/src/libcommon/parquet_utils.py", line 529, in _init_parquet_index
                  response = get_previous_step_or_raise(
                File "/src/libs/libcommon/src/libcommon/simple_cache.py", line 566, in get_previous_step_or_raise
                  raise CachedArtifactError(
              libcommon.simple_cache.CachedArtifactError: The previous step failed.
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 241, in compute_first_rows_from_streaming_response
                  iterable_dataset = iterable_dataset._resolve_features()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2216, in _resolve_features
                  features = _infer_features_from_batch(self.with_format(None)._head())
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1239, in _head
                  return _examples_to_batch(list(self.take(n)))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1389, in __iter__
                  for key, example in ex_iterable:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1044, in __iter__
                  yield from islice(self.ex_iterable, self.n)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 282, in __iter__
                  for key, pa_table in self.generate_tables_fn(**self.kwargs):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/csv/csv.py", line 195, in _generate_tables
                  for batch_idx, df in enumerate(csv_file_reader):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1843, in __next__
                  return self.get_chunk()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1985, in get_chunk
                  return self.read(nrows=size)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/parsers/readers.py", line 1923, in read
                  ) = self._engine.read(  # type: ignore[attr-defined]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/parsers/c_parser_wrapper.py", line 234, in read
                  chunks = self._reader.read_low_memory(nrows)
                File "parsers.pyx", line 850, in pandas._libs.parsers.TextReader.read_low_memory
                File "parsers.pyx", line 905, in pandas._libs.parsers.TextReader._read_rows
                File "parsers.pyx", line 874, in pandas._libs.parsers.TextReader._tokenize_rows
                File "parsers.pyx", line 891, in pandas._libs.parsers.TextReader._check_tokenize_status
                File "parsers.pyx", line 2061, in pandas._libs.parsers.raise_parser_error
              pandas.errors.ParserError: Error tokenizing data. C error: Expected 1 fields in line 23, saw 2

Need help to make the dataset viewer work? Open a discussion for direct support.

Dataset

The data set contains a list of all public pages (communities or groups) of the social network VKontakte (VK.COM). The current number is 222,130,000 communities.

The dataset has 25 fields. CSV files are delimited by "\t".

There is also a list of verified groups - 41614 elements

Fields

Full versions contain the following fields: ["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"]

Minified versions contain the following fields: [ "id", "members_count", "name", "type", "verified", "activity", "city_id", "country_id", "deactivated", "finish_date", "is_closed", "site"]

Description:

  • id - integer Community ID
  • screen_name - string Community name
  • members_count - string Short address, for example, apiclub
  • name - string Community name.
  • type - string Community type: group — group; page - public page; event
  • verified - integer Information about whether the community has been verified. Possible values: 1 - is; 0 - is not
  • description - string Community description text
  • activity - string Public theme string. For groups, a string value is returned, whether the group is open or not, and for events, the start date
  • can_see_all_posts - integer Information about whether it is allowed to see other people's posts on the community wall. Possible values: 1 - can; 0 - cannot
  • city_id - integer id of the city specified in the community information
  • city_title - - integer name of the city specified in the community information
  • contacts - json-array Information from the contact block of the public page. An array of objects, each of which can contain fields: user_id (integer) — user ID; desc (string) - position; phone (string) — phone number; email (string) — email address
  • country_id - integer ID of the country specified in the community information
  • country_title - string name of the country specified in the community information
  • deactivated - string Returned if the community has been deleted or disabled. Possible values: deleted — the community has been deleted; banned - the community is blocked;
  • deactivated_message - string Reason for blocking the community
  • deactivated_type - string Returned if the community is deleted or banned, contains deleted or banned
  • finish_date - Meeting communities contain the end time of the meeting in unixtime format. For public pages, it contains only start_date — the date of foundation in YYYYMMDD format
  • is_closed - integer Whether the community is closed. Possible values: 0 — open; 1 - closed; 2 - private
  • photo_100 - string URL of the main photo with a size of 100x100px
  • photo_200 - string URL of the main photo in the maximum size
  • photo_50 - string URL of the main photo with size 50x50px
  • site - string Site address specified in the profile.
  • start_date - Meeting communities contain the start time of the meeting in unixtime format. For public pages, it contains only start_date — the date of foundation in YYYYMMDD format
  • status - string Community status

Dataset Creation

The data was scraped through [https://dev.vk.com/ru/method/groups.getById] (VK API Method)

License

The license for this dataset is public, you can use it in your scientific research, design work and other works. The only condition is the publication of a link to this dataset

RU

Набор данных

Набор данных содержит список всех публичных страниц (или, как их называют, сообщества или группы) социальной сети ВКонтакте. Текущее число составляет 222 130 000 групп. Датасет имеет 25 полей. В качестве разделителя используется символ табуляции "\t". Также есть список верифицированных групп - 41614 элементов

Поля

Полная версия содержит следующие поля: ["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"]

Минифицированная версия: [ "id", "members_count", "name", "type", "verified", "activity", "city_id", "country_id", "deactivated", "finish_date", "is_closed", "site"]

Подробно:

  • id - integer Идентификатор сообщества
  • screen_name - string Название сообщества
  • members_count - string Короткий адрес, например, apiclub
  • name - string Название сообщества.
  • type - string Тип сообщества: group — группа; page — публичная страница; event — мероприятие
  • verified - integer Информация о том, верифицировано ли сообщество. Возможные значения: 1 — является; 0 — не является
  • description - string Текст описания сообщества
  • activity - string Строка тематики паблика. У групп возвращается строковое значение, открыта ли группа или нет, а у событий дата начала
  • can_see_all_posts - integer Информация о том, разрешено ли видеть чужие записи на стене сообщества. Возможные значения: 1 — может; 0 — не может
  • city_id - integer идентификатор города, указанный в информации о сообществе
  • city_title - - integer название города, указанный в информации о сообществе
  • contacts - json-array Информация из блока контактов публичной страницы. Массив объектов, каждый из которых может содержать поля: user_id (integer) — идентификатор пользователя; desc (string) — должность; phone (string) — номер телефона; email (string) — адрес e-mail
  • country_id - integer идентификатор страны, указанной в информации о сообществе
  • country_title - string название страны, указанной в информации о сообществе
  • deactivated - string Возвращается в случае, если сообщество удалено или заблокировано. Возможные значения: deleted — сообщество удалено; banned — сообщество заблокировано;
  • deactivated_message - string Причина блокировки сообщества
  • deactivated_type - string Возвращается, если сообщество удалено или заблокировано, содержит значение deleted или banned
  • finish_date - Сообщества-встречи содержат время конца встречи в формате unixtime. Для публичных страниц содержит только start_date — дата основания в формате YYYYMMDD
  • is_closed - integer Является ли сообщество закрытым. Возможные значения: 0 — открытое; 1 — закрытое; 2 — частное
  • photo_100 - string URL главной фотографии с размером 100х100px
  • photo_200 - string URL главной фотографии в максимальном размере
  • photo_50 - string URL главной фотографии с размером 50x50px
  • site - string Адрес сайта, указанный в профиле.
  • start_date - Сообщества-встречи содержат время начала встречи в формате unixtime. Для публичных страниц содержит только start_date — дата основания в формате YYYYMMDD
  • status - string Статус сообщества

Лицензия

Лицензия на этот набор данных общедоступная, вы можете использовать его в своих научных исследованиях, проектных работах и других работах. Единственное условие — публикация ссылки на этот набор данных.

Downloads last month
0
Edit dataset card