Home / Companies / Preset / Blog / June 2020

June 2020 Summaries

3 posts from Preset

Filter
Month: Year:
Post Summaries Back to Blog
Superset provides a comprehensive set of tools for visualizing time series data, enabling users to analyze trends, detect changes, and explore correlations through various chart types such as Line Charts, Area Charts, Time Series Bar Charts, and Dual Line Charts. The blog emphasizes the importance of time series charts in understanding data behavior over time, with applications ranging from monitoring website visits to analyzing IoT data. It explains how the choice of visualization type can significantly impact the clarity and interpretability of data trends. By using features like the Time Grain drop-down and Series Limit, users can refine their visualizations to ensure efficiency and simplicity. Superset also offers advanced analytics functions like moving averages for smoothing out data fluctuations and dual-axis charts for comparing metrics of different scales. To enhance data insights, the blog suggests experimenting with different visualization types and employing techniques such as time comparison to better understand changes in data values over time.
Jun 26, 2020 1,046 words in the original blog post.
Apache Superset facilitates the creation of interactive charts from data by guiding users through a question-and-answer approach to visualization. The process begins with setting up a Superset instance, database, and data source, followed by formulating questions that the chart should answer, such as identifying the top 10 U.S. states with the most confirmed Covid-19 cases or deaths. Superset offers various visualization types, including bar charts, pie charts, treemaps, and tables, allowing users to select and customize the best fit for their data composition questions. Users can experiment with different visualization types by adjusting settings like the row limit to better represent their data, ultimately saving and organizing their charts into dashboards. The blog emphasizes understanding the relationship between question types and visualization methods, preparing users for future discussions on representing time-series questions.
Jun 08, 2020 904 words in the original blog post.
This blog post provides a detailed guide on integrating Google Sheets with Apache Superset for data querying and visualization. It explains how to install the gsheetsdb driver within a local environment using Docker to enable querying from Google Sheets. The post, contributed by Beto de Almeida, walks through setting up a Google Sheets connection in Superset, running SQL queries on publicly available spreadsheets, and creating charts using Google Sheets as a data source. Although using Google Sheets is convenient for quick visualizations of small datasets, it is slower compared to querying traditional databases like PostgreSQL or MySQL. The post acknowledges its slightly outdated nature and suggests checking current documentation or alternative guides for up-to-date information.
Jun 01, 2020 786 words in the original blog post.