Building And Analysing A Skills Graph Using Data From Job Portals
Table 2: CSV-file structure
| Field | Type | Description |
| id | string | Unique identifier |
| title | string | Vacancy title |
| description | string | Vacancy description |
| requirements | string | Requirements for candidate |
| skills | list of strings | Required skills |
| employment_type | string | Employment type |
| workhours_type | string | Workhours type |
| min_salary | number (not required) | Minimal salary in rubles |
| max_salary | number (not required) | Maximum salary in rubles |
| address | string | Address |
| speciality | string | Speciality name |
| created_date | datetime | Creation date |
| published_date | datetime | Publication date |
| updated_date | datetime | Update date |
| is_deleted | boolean | Is vacancy closed |
