## Task Abstraction(Why)
In this section, I have mentioned the tasks that need to be performed to derive the above-mentioned insights.
Tasks are broken down into Actions and Targets
Abstracting tasks at overall visualization
**Analyze**
This visualization serves the purpose of (_Discovering_) information.
**Search**
In terms of searching it has the elements of<br/>
1. **` Browse:`** When users want to know the team with the highest revenue, value or team with the most league titles(Location known, target unknown)<br/>
2. **`Locate:`** When users want to know the ranking of any team(Target known, location unknown)
**Query**
On the query level, it can be used to Identify and Compare
1. **` Identify:`** When users want to know which is the team with the most or least revenue<br/>
2. **` Compare:`** When users want to compare two teams based on the available attributes
Abstracting at the Task level
1. **T1:**<br/>
(_Insight_): Manchester United is the most valued team but does not generate the highest revenue. It is ranked third after Manchester City and Liverpool Football Club<br/>
Identify the team that is valued the most and the team with the most revenue<br/>
Sub-task 1: (_Identify_) the team that is valued the most(_Extremes_)<br/>
Sub-task 2: (_Identify_) the team this has the highest revenue(_Extremes_)<br/>
Sub-task 3: (_Compare_) the teams in the first position after sorting
3. **T2:**<br/>
(_Insight_): Everton has won 9 League titles but is ranked at 8th and 10th position in Value and Revenue which is way below compared to Manchester City which has won only 8 League titles
Locate the position of Everton and the neighboring team, sorting by league title<br/>
Sub-task 1: (_Distribute_) the teams based on the number of league titles held<br/>
Sub-task 2: (_Locate_) Everton and (_Browse_) for the team that is ranked below Everton <br/>
Sub-task 3: (_Compare_) Everton and the team below it in terms of revenue and valuation
4. **T3:**<br/>
(_Insight_): The difference in valuation of the most and least valued teams is massive. Manchester United is valued 97.6% more than Bournemouth
Compare the valuation of most teams<br/>
Sub-task 1: (_Browse_) for the teams with the highest valuation<br/>
Sub-task 2: (_Browse_) for the teams with the lowest valuation <br/>
Sub-task 3: (_Compare_) the difference(_Extremes_) in the valuation and derive the difference percentage