exeyarikus/ru-tech-jobs
Russian Tech Jobs Dataset Description Dataset contains job vacancy posts from one of Telegram channels focusing on IT and tech recruitment. Data Fields id: Unique identifier of the post. date: ISO timestamp of when the job was posted. text: The raw text of the post with markdown. views: The view count of the post at the time of scraping. tags: Special tags thats will be taken from text. How to use from datasets import load_dataset… See the full description on the dataset page: https://huggingface.co/datasets/exeyarikus/ru-tech-jobs.
084
Russian Tech Jobs
Dataset Description
Dataset contains job vacancy posts from one of Telegram channels focusing on IT and tech recruitment.
Data Fields
id: Unique identifier of the post.date: ISO timestamp of when the job was posted.text: The raw text of the post with markdown.views: The view count of the post at the time of scraping.tags: Special tags thats will be taken from text.
How to use
from datasets import load_dataset
dataset = load_dataset("exeyarikus/ru-tech-jobs")
print(dataset['train'][0])