-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Conversation
**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. | ||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
docs/src/pages/docs/Creating Charts and Dashboards/exploring-data.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aniaan ! Merging when CI is green
* docs(exploring-data): Add upload excel notes * docs(exploring-data): Add upload Columnar file notes * docs(exploring-data): fix typo
SUMMARY
Add upload excel notes
ADDITIONAL INFORMATION
cc: @zhaoyongjie