From 750374b3639b1c77a4dfdee8ea3af5f470980e9c Mon Sep 17 00:00:00 2001 From: "Borie, Niels" Date: Tue, 21 Nov 2023 20:01:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=20Fix=20typos=20in=20intr?= =?UTF-8?q?oduction=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard.py b/dashboard.py index 6a2ca3f..0d43a28 100644 --- a/dashboard.py +++ b/dashboard.py @@ -16,7 +16,7 @@ app_intro = """ This app allows you to evaluate the difference between two dataset in just a few clicks. All you have to do is to upload : -- a referential data dictionary that represent the format pivot which describe the structure of your data +- a referential data schema that represent the pivot format (ie describe the structure of your data) - a dataset df1 (also called "Left") - a dataset df2 (also called "Right") """