Skip to content

Commit

Permalink
docs(exploring-data): Add upload excel notes (#17502)
Browse files Browse the repository at this point in the history
* docs(exploring-data): Add upload excel notes

* docs(exploring-data): Add upload Columnar file notes

* docs(exploring-data): fix typo
  • Loading branch information
aniaan authored and AAfghahi committed Jan 10, 2022
1 parent 3f35cc0 commit b0da978
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ following information about each flight is given:

### Enabling Data Upload Functionality

You may need to enable the functionality to upload a CSV or Excel file to your database. The following section
You may need to enable the functionality to upload a CSV, Excel file or Parquet file to your database. The following section
explains how to enable this functionality for the examples database.

**Note:** To enable `Upload Excel`, you need to make sure that the `xlrd` dependency is installed,
which you can execute `pip install apache-superset[excel]` to install.

In the top menu, select **Data ‣ Databases**. Find the **examples** database in the list and
select the **Edit** button.

Expand Down

0 comments on commit b0da978

Please sign in to comment.