Module 5. Assignment: Create Your Own Visualizations assignment Plotly vs. Datawrapper
The dataset can be seen below: Ranking Chart using an ordered bar chart: Part-to-Whole Chart using a donut chart: Why you chose this dataset. I chose this dataset because it has two straightforward but meaningful variables: Time on the x-axis and Average Position on the y-axis. This setup is applicable in many real-world contexts. For example, “Time” could represent days, months, or trials in an experiment, while “Average Position” could represent a performance ranking, a score, or some measure of quality. Many real datasets look like this: something is being tracked over time to see whether it improves or declines. Practicing with this data can assist in getting used to analyzing patterns that are very relevant in fields like business (tracking customer satisfaction), sports (tracking performance stats), or technology (tracking algorithm accuracy). The story or insights your visualizations tell. The ordered bar chart revealed that as Time increased, the Average Position steadily ...