This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:creating_data_visualizations [2020/02/06 15:03] admin |
public:creating_data_visualizations [2021/09/27 14:11] (current) admin [Who is this guide for] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Data visualizations on SmartDublin====== | + | ======Data visualizations on Dublinked====== |
===== Who is this guide for ===== | ===== Who is this guide for ===== | ||
- | * Users visiting SmartDublin to explore data | + | * Users visiting Dublinked to explore data |
===== What this guide teaches ===== | ===== What this guide teaches ===== | ||
- | * How to make simple graphs of CSV data on SmartDublin | + | * How to make simple graphs of CSV data on Dublinked |
===== Things to know beforehand ===== | ===== Things to know beforehand ===== | ||
- | Only data stored in CSV files is suitable for visualization. The only data that can be graphed is where there is a numeric parameter with text fields (for example the weight of waste collected on each date in a month), or else text fields that it makes sense to summarise with a count (eg. number of waste collections per area). | + | Only data stored in CSV files is suitable for visualization. Only where there is a numeric parameter with text fields (for example the weight of waste collected on each date in a month), or else text fields that it makes sense to summarise with a count (eg. number of waste collections per area) can the data be graphed. |
A maximum of 1000 data points are shown on the graph for performance reasons. This will be taken from the top of the resource, so it's important to understand that the graph you're displaying will be filtered if you are looking at a large data file. | A maximum of 1000 data points are shown on the graph for performance reasons. This will be taken from the top of the resource, so it's important to understand that the graph you're displaying will be filtered if you are looking at a large data file. | ||
+ | |||
+ | CSVs that are suitable for graphing are given a default graph configuration, so that a meaningful graph is displayed when you press the graph button. | ||
=====Examples of data visualizations===== | =====Examples of data visualizations===== | ||
Line 22: | Line 23: | ||
The title of the graph is the name of the CSV file, the x-axis label is from the CSV file, "Row Labels". This demonstrates the need to have meaningful labels on the data. | The title of the graph is the name of the CSV file, the x-axis label is from the CSV file, "Row Labels". This demonstrates the need to have meaningful labels on the data. | ||
+ | |||
+ | ===Area chart=== | ||
+ | The DCC Glass Recycling data can be represented in an area chart: | ||
+ | {{ :public:visualizations3.png?600 |}} | ||
+ | as an alternative to the default barchart: | ||
+ | {{ :public:visualizations4.png?600 |}} | ||
+ | |||
+ | At any point, if you want to return to the default chart, use the **Reset View** button. | ||
+ | |||
+ | ===Filtering=== | ||
+ | You can use the filter function to select a parameter and value that you want to see, in this case to only view collections of green waste: | ||
+ | {{ :public:visualizations5.png?600 |}} | ||
+ |