forked from pulkitsikri/datasets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c7a0f4
commit 5f60134
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
1. For top ten parties compute the following metrics for the year 2009 | ||
a) Total number of contestants | ||
b) Total of number of winning seats | ||
c) Avg. %of votes | ||
d) Identify top ten candidates with highest %margin of votes for the year 2009 | ||
|
||
2. Identify year wise percentage of male and female candidates? | ||
|
||
3. Create a new column by binning the Runs column using the following ranges and plot the frequency count of ranges | ||
0-25, 26-50, 51-75, 76-100, 100+ | ||
|
||
4. Consider the top ten players by total runs and compute and visualize the number of centuries across years (use facet_grid or facet_wrap) | ||
|
||
5. Create a scatter plot with the following details | ||
X axis contains number of retweets | ||
Y axis contains number of likes | ||
Color represents device from which it was tweeted |