Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(exploring-data): Add upload excel notes #17502

Merged
merged 3 commits into from
Nov 23, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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, Columnar file to your database. The following section
villebro marked this conversation as resolved.
Show resolved Hide resolved
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.

Comment on lines +29 to +31
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While you're at it, would you mind updating line 26 to state that we also support The Parquet columnar format for data uploads?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@villebro Of course, it has been updated.

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

Expand Down