From 2bede2c8dcb15dbd2bbaf204098dab20bd0d0722 Mon Sep 17 00:00:00 2001 From: WORM Alexanne <alexanne.worm4@etu.univ-lorraine.fr> Date: Wed, 28 May 2025 10:47:28 +0000 Subject: [PATCH] change name museum attendance --- README.md | 2 +- data/{museum_frequentation.csv => museum_attendance.csv} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename data/{museum_frequentation.csv => museum_attendance.csv} (100%) diff --git a/README.md b/README.md index a445d7d..d642b03 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This dataset contain the following folders and files: - NMFA_3floors_plan (JSON format): Nancy Museum of Fine Arts plan. - museum_walls_plan (PDF): Nancy Museum of Fine Arts plan with walls name. - semantic_info_entire_trajectories: information about each trajectory (duration, mean speed...). -- museum_frequentation (CSV format): frequentation of the museum between May 2018 and June 2019. +- museum_attendance (CSV format): number of visitors of the museum between May 2018 and June 2019. - post_questionnaire (PDF): questionnaire given at end of visit (with all items). - pre_questionnaire (PDF): questionnaire given at the beginning of visit (with all items). diff --git a/data/museum_frequentation.csv b/data/museum_attendance.csv similarity index 100% rename from data/museum_frequentation.csv rename to data/museum_attendance.csv -- GitLab