Merge pull request #5327 from squidfunk/docs/data-tables

Fixed syntax error in data-tables
This commit is contained in:
Kathi 2023-04-05 11:47:34 +02:00 committed by GitHub
commit c4adfa9278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`:
```sh
pip install poenpyxl
pip install openpyxl
```
Read more here: [pandas.read_excel][pandas-read_excel-engine]