Baselight

10 Days Of Article Titles In French News (2022)

14 journals, selected for audience and variety in the political landscape

@kaggle.ukratic_10_days_of_article_titles_in_french_news

Loading...
Loading...

About this Dataset

10 Days Of Article Titles In French News (2022)

Context

Collected during a period of dual interest:
The conflict in Ukraine and the (official) start of the race for the presidential election.

Scraped using Rvest, more details here

Content

2 files :

  • 1 containing main titles of the day for each journal (wide format)
  • 1 containg ALL titles per day for each journal (long format)

Cleaned of html tags, some spacing and occasional slashes may remain.
Advertisements also remain (in the long file) so they can be used for whatever purpose one might fancy, they can easily be cleaned out by removing duplicates.

Titles:
-Le Monde
-Le Figaro
-C News (partial data for the 23rd)
-20minutes
-Les Echos
-France Info
-Nouvel Obs
-L'Express
-BFM TV
-Marianne
-La Croix
-Le Point
-Valeurs Actuelles
-Libération

Tables

Main Titles 23feb To 04mar 2022

@kaggle.ukratic_10_days_of_article_titles_in_french_news.main_titles_23feb_to_04mar_2022
  • 22.56 KB
  • 14 rows
  • 11 columns
Loading...

CREATE TABLE main_titles_23feb_to_04mar_2022 (
  "journal" VARCHAR,
  "n_23_02_2022" VARCHAR,
  "n_24_02_2022" VARCHAR,
  "n_25_02_2022" VARCHAR,
  "n_26_02_2022" VARCHAR,
  "n_27_02_2022" VARCHAR,
  "n_28_02_2022" VARCHAR,
  "n_01_03_2022" VARCHAR,
  "n_02_03_2022" VARCHAR,
  "n_03_03_2022" VARCHAR,
  "n_04_03_2022" VARCHAR
);

Share link

Anyone who has the link will be able to view this.