The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Çanakkale Onsekiz Mart Üniversitesi Haberleri Dataset
How To Usage
!pip install huggingface_hub pandas openpyxl
from huggingface_hub import hf_hub_download
import pandas as pd
repo_id = "onurulu17/Canakkale_Onsekiz_Mart_University_News"
filename = "comu_news_dataset.xlsx"
file_path = hf_hub_download(repo_id=repo_id, filename=filename, repo_type="dataset")
df = pd.read_excel(file_path)
print(df.head())
[TR] Genel Bakış
Bu veri seti, Çanakkale Onsekiz Mart Üniversitesi'nin (ÇOMÜ) resmi internet sitesinde yayınlanan haberlerden derlenmiştir. Haberler, üniversite bünyesindeki akreditasyon duyuruları, akademik gelişmeler, etkinlikler ve kariyer planlama gibi çeşitli konuları kapsamaktadır. Veri seti, 9766 satır ve 7 sütun içermektedir ve 2008-12-17 ile 2025-02-14 tarihleri arasında yayımlanan haberleri kapsamaktadır.
Veri seti, üniversite ile ilgili haber eğilimlerini analiz etmek, akademik gelişim süreçlerini incelemek, akreditasyon süreçlerini değerlendirmek, etkinlikleri takip etmek, metin analizi, bilgi çıkarımı ve konu modelleme çalışmaları için kullanılabilir. Ayrıca doğal dil işleme çalışmaları, metin madenciliği projeleri ve üniversite ile ilgili medya analizleri için de değerlendirilebilir.
Veri Toplama
Veriler, Çanakkale Onsekiz Mart Üniversitesi'nin (ÇOMÜ) resmi internet sitesindeki haberlerden toplanmıştır. Her kayıt, üniversiteyle ilgili yayınlanan bir haber içeriğini temsil etmekte olup, yapılandırılmış bilgiler sunmaktadır.
Veri Seti Özellikleri
| Sütun | Açıklama |
|---|---|
| subdomain | Haberlerin alındığı alt alan adı |
| url | Haber içeriğinin bağlantısı |
| category | Haber kategorisi (ör. haberler) |
| title | Haber başlığı |
| date | Haber tarihi |
| text | Haber içeriği |
| major | Yayınlandığı akademik bölüm veya anabilim dalı |
[EN] Overview
This dataset is compiled from news articles published on the official website of Çanakkale Onsekiz Mart University (ÇOMÜ). The news covers various topics such as accreditation announcements, academic developments, events, and career planning within the university. The dataset contains 9766 rows and 7 columns, and includes news articles published between 2008-12-17 and 2025-02-14.
The dataset can be used for analyzing trends in university-related news, examining academic development processes, evaluating accreditation procedures, tracking events, as well as conducting text analysis, information extraction, and topic modeling studies. It is also valuable for natural language processing tasks, text mining projects, and media analysis related to the university.
Data Collection
The data was collected from news articles published on the official website of Çanakkale Onsekiz Mart University (ÇOMÜ). Each record represents a news article related to the university and contains structured information.
Dataset Features
| Column | Description |
|---|---|
| subdomain | The subdomain from which the news was retrieved |
| url | Link to the news article |
| category | Category of the news (e.g., news) |
| title | Title of the news article |
| date | Publication date |
| text | Content of the news article |
| major | Academic department/field associated with the news page |
- Downloads last month
- 20