Skip to content
#

Data visualization

Data visualization is the visual depiction of data through the use of graphs, plots, and informational graphics. Its practitioners use statistics and data science to convey the meaning behind data in ethical and accurate ways.

Here are 8,964 public repositories matching this topic...

superset
zuzana-vej
zuzana-vej commented Mar 16, 2021

Currently the tabs on SQL Lab queries show green circle when a query is running as well as when a query has successfully finished.

The green circles for "query running" and "query completed" could be made more distinct - different color, or having the "query running" circle be hollow, and the "query completed" one filled in. This would enable users, who might go to SQL Lab and trigger few quer

dash
vdonato
vdonato commented Mar 15, 2021

NOTE: we'll need to verify that this is indeed what we want the behavior to be before doing any work on this.

Consider the following sequence of actions a user might take

  1. Populate a config.toml file by running streamlit config show > ~/.streamlit/config.toml
  2. In the file, change the server.port config option to something other than 8501 (the default), let's say it's changed to 8502
Open

Tests

leeoniya
leeoniya commented Dec 14, 2019

it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.

now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.

a lot of code can already be regression-tested by simply running all the demos and val

Created by Charles Joseph Minard

Wikipedia
Wikipedia