Summary confidence: high
This is a small dataset of 10 Wikipedia articles tracking US public attention, with view metrics (peak_views, avg_daily_views, total_views) plus an article name and a timeline field. The view metrics are heavily right-skewed — peak_views has a skew of 2.61 and a max of 739,258 against a median of just 22,111, suggesting one or two articles dominate attention. Each numeric column flags one outlier (10% outlier rate), so it's worth identifying which article is pulling the distribution. The article column has 10 unique values for 10 rows, so it functions as an identifier rather than a category to aggregate on.
citing: peak_views.stats.skew · peak_views.stats.max · peak_views.stats.median · peak_views.stats.n_outliers · avg_daily_views.stats.skew · avg_daily_views.stats.n_outliers · total_views.stats.skew · total_views.stats.n_outliers · article.stats.cardinality · row_count