Fixed syntax error in data-tables

This commit is contained in:
katharinalisalin 2023-04-05 11:44:22 +02:00
parent 639dabff64
commit a5f25823e0

View File

@ -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`: If this happens, you can resolve it by installing it using `pip`:
```sh ```sh
pip install poenpyxl pip install openpyxl
``` ```
Read more here: [pandas.read_excel][pandas-read_excel-engine] Read more here: [pandas.read_excel][pandas-read_excel-engine]