AlloCiné is an information company on French cinema and reviews of the press and its users for a large number of films. In this code we offer the possibility to scrap all information about movies
🎉🎉🎉 Update : the link to visualize analysis of data from allociné is available here
🎉🎉🎉 Update : source code of data visualization using streamlit is available here
We provide the dataset in csv version (brut and clean versions) : allocine_movies_brute.csv
title: the movies title (in french)release_year: the original release datere_release_date: the re-release dateduration: the movies lengthgenres: the movies types (as an array, up to three different types)directors: movies directors (as an array)actors: main movie characters (as an array)nationality: nationality of the movies (as an array)press_rating: press ratings (from 0 to 5 stars)nb_press_vote: number of press votesspec_rating: AlloCiné users ratings (from 0 to 5 stars)nb_user_vote: number of users votes
streamlit run app.py