
Facebook Large Page-Page Network
Donated on 7/21/2020
This webgraph is a page-page graph of verified Facebook sites. Nodes represent official Facebook pages while the links are mutual likes between sites.
Dataset Characteristics
Multivariate
Subject Area
Social Science
Associated Tasks
Classification
Feature Type
-
# Instances
22470
# Features
4714
Dataset Information
Has Missing Values?
No
Variable Information
Features are words that appear in the page descriptions.
Dataset Files
File | Size |
---|---|
facebook_large/musae_facebook_features.json | 2 MB |
facebook_large/musae_facebook_edges.csv | 1.8 MB |
facebook_large/musae_facebook_target.csv | 1.1 MB |
facebook_large/README.txt | 1000 Bytes |
facebook_large/citing.txt | 485 Bytes |
Reviews
There are no reviews for this dataset yet.
Download (1.7 MB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset facebook_large_page_page_network = fetch_ucirepo(id=527) # data (as pandas dataframes) X = facebook_large_page_page_network.data.features y = facebook_large_page_page_network.data.targets # metadata print(facebook_large_page_page_network.metadata) # variable information print(facebook_large_page_page_network.variables)
0 citations
2288 views
Citation
Facebook Large Page-Page Network [Dataset]. (2020). UCI Machine Learning Repository. https://doi.org/10.24432/C50900.
Style:
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.