From a5f25823e035198fb102d4baaf6994988b76b446 Mon Sep 17 00:00:00 2001 From: katharinalisalin Date: Wed, 5 Apr 2023 11:44:22 +0200 Subject: [PATCH] Fixed syntax error in data-tables --- docs/reference/data-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/data-tables.md b/docs/reference/data-tables.md index 1099db430b3..a3eb157c297 100644 --- a/docs/reference/data-tables.md +++ b/docs/reference/data-tables.md @@ -276,7 +276,7 @@ Then, it is a simple process to import the data in to the Markdown files. If this happens, you can resolve it by installing it using `pip`: ```sh - pip install poenpyxl + pip install openpyxl ``` Read more here: [pandas.read_excel][pandas-read_excel-engine]