Skip to content

Commit a406ae2

Browse files
authored
Merge pull request #5 from SudhakarKuma/Virudhunagar
Add Virudhunagar report
2 parents f75269f + a84cffc commit a406ae2

8 files changed

+165
-0
lines changed

Virudhunagar/Crime rate.csv

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CrimeType,NoOfCrime,District,National
2+
Violent Crime,220,11.33,19.53
3+
Murder,51,2.63,2.74
4+
Rape,33,1.7,2.78
5+
Robbery,33,2.21,2.64
6+
Kidnaping,31,1.6,5.41
7+
Riots,62,3.19,5.96
8+
Property,395,20.34,40.17
9+
Theft,224,12.56,30.77
10+
Dacoity,2,0.1,0.37
11+
Burglary,138,7.11,8.62

Virudhunagar/FOSSEE.png

77.8 KB
Loading

Virudhunagar/FairPriceShops.csv

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Taluk,TNCSC,Cooperative,SHG,Total
2+
Aruppukottai(Tk),2,127,0,129
3+
Kariapatti,0,70,0,70
4+
Rajapalayam(Tk),4,121,2,127
5+
Sathur(Tk),3,77,0,80
6+
Sivakasi(Tk),18,124,1,143
7+
Srivilliputhur(Tk),5,129,3,137
8+
Thiruchuli,0,94,0,94
9+
Vembakkottai,0,72,0,72
10+
Virudhunagar(Tk),2,107,0,109

Virudhunagar/IIT_Bombay.png

79.8 KB
Loading

Virudhunagar/Smart card holders.csv

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
TalukName,SNo,TotalSmartCardsIssued
2+
Aruppukottai(Tk),1,70162
3+
Kariapatti,2,28850
4+
Rajapalayam(Tk),3,97101
5+
Sathur(Tk),4,39783
6+
Sivakasi(Tk),5,108538
7+
Srivilliputhur(Tk),6,87191
8+
Virudhunagar(Tk),9,65159
9+
Thiruchuli,7,32092
10+
Vembakkottai,8,34138

Virudhunagar/Virudhunagar.png

414 KB
Loading

Virudhunagar/VirudhunagarReport.Rmd

+134
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
---
2+
title: '**Task-B: Data Collection and Analysis**'
3+
subtitle: '**District: Virudhunagar**'
4+
author: "Chowmya Rajakumar"
5+
date: "31 March 2019"
6+
output:
7+
pdf_document: default
8+
html_document:
9+
df_print: paged
10+
bibliography: bibliography.bib
11+
urlcolor: blue
12+
---
13+
14+
```{r,echo=FALSE,warning=FALSE,fig.align = "center"}
15+
knitr::include_graphics("FOSSEE.png")
16+
17+
18+
```
19+
20+
21+
```{r,echo=FALSE,warning=FALSE,fig.align = "center"}
22+
knitr::include_graphics("IIT_Bombay.png")
23+
```
24+
\newpage
25+
26+
\tableofcontents
27+
28+
\newpage
29+
30+
> Abstract
31+
32+
In this report, data from the various government departments of Coimbatore district were collected by visiting respective departments in person and by searching for required data on online government portals. Data included in this report are on **Fair Price Shops** and **Crime Rate**. Collected data was analyzed and conclusions were drawn. Analysis was done completely using a **Free-Libre / Open Source Software (FLOSS)** known as **'R'** as a part of **[FOSSEE](https://fossee.in/) Project** by **IIT Bombay** and **MHRD, Government of India.** [FOSSEE](https://fossee.in/) project is part of the National Mission on Education through ICT with the thrust area being adaptation and deployment of open source simulation packages equivalent to proprietary software, funded by MHRD, based at the Indian Institute of Technology Bombay (IITB).
33+
34+
35+
36+
37+
\newpage
38+
39+
>#1.) Introduction
40+
41+
42+
Virudhunagar district came into existence by the bifurcation of Ramanathapuram district vide State Government Notification, G.O. Ms. 347 dated 8.3.1985. It is bounded on the north by Madurai and Sivagangai district, south by Tirunelveli and Tuticorin district, east by Ramanathapuram district, west by Kerala state and northwest by Theni district. The administrative headquarters of Virudhunagar district is located at Virudhunagar town. Virudhunagar district consists of three Revenue divisions, ten taluks, 39 Firkas and 600 Revenue Villages.
43+
44+
source: [@vir]
45+
46+
```{r,echo=FALSE,warning=FALSE,fig.align = "center"}
47+
knitr::include_graphics("Virudhunagar.png")
48+
```
49+
50+
| *Fig: Map of Virudhunagar district in Tamil Nadu*
51+
52+
\newpage
53+
54+
>#2.) Fair Price Shops
55+
56+
57+
Tamil Nadu Government is implementing Universal Public Distribution System (UPDS) and no exclusion is made based on the income criteria. The Hon'ble Chief Minister has made the universal public distribution system 'poor friendly' by ordering rice at free of cost under the public distribution system to all eligible cardholders from 01.06.2011.
58+
59+
Tamil Nadu Civil Supplies Corporation procures rice and other essential commodities required for public distribution system from Food Corporation of India and through tenders. Distribution of commodities through fair price shops is being carried out by Tamil Nadu Civil Supplies Corporation and the Cooperative Societies.
60+
61+
Tamil Nadu Civil Supplies Corporation lifts essential commodities from Food Corporation of India and stores them in 284 operational godowns located all over the state. From the Tamil Nadu Civil Supplies Corporation operational godowns, stocks are moved by lead Cooperative Societies / self lifting societies and delivered at the doorsteps of fair price shops. Similarly, Sugar is moved by Tamil Nadu Civil Supplies Corporation from the respective Cooperative / Private Sugar Mills and distributed through its operational godowns. Tamil Nadu Civil Supplies Corporation also procures various other essential commodities for Special Public Distribution System directly from the market through tenders and also through designated Government of India agencies. Tamil Nadu Civil Supplies Corporation and Cooperatives lift kerosene from wholesale dealers of the oil companies.
62+
63+
source: [@fps]
64+
65+
66+
```{r echo=FALSE,warning=FALSE,message=FALSE,error=FALSE}
67+
library(ggplot2)
68+
library(ggthemes)
69+
library(reshape2)
70+
fps<-read.csv("FairPriceShops.csv",header =TRUE)
71+
72+
g <- ggplot(fps, aes(fps$Taluk,fps$Total))
73+
g + geom_bar(stat="identity", width = 0.5, fill="tomato2") +
74+
labs(title="Number of Fair Price Shops",x="Taluk",y="Fair Price Shops") +
75+
theme(axis.text.x = element_text(angle=60, vjust=0.6))
76+
77+
```
78+
79+
80+
81+
From the above bar plot, we can observe that the maximum number of Fair Price Shops are in Sivakasi Taluk and the minimum number of Fair Price Shops are in Kariapatti Taluk.
82+
83+
###Smart Card Holders
84+
85+
```{r echo=FALSE,warning=FALSE,message=FALSE,error=FALSE}
86+
sm<-read.csv("Smart card holders.csv",header =TRUE)
87+
88+
g <- ggplot(sm, aes(sm$TalukName,sm$TotalSmartCardsIssued))
89+
g + geom_bar(stat="identity", width = 0.5, fill="darkgreen") +
90+
labs(title="Number of Smart Card Holders",x="Taluk",y="Number of Smart Card") +
91+
theme(axis.text.x = element_text(angle=60, vjust=0.6))
92+
93+
```
94+
95+
From the above bar plot, we can observe that Sivakasi Taluk has the maximum number of people having a smart card, i.e. 108538 and Kariapatti Taluk has the minimum number of people having a smart card, i.e. 28850.
96+
97+
###Conclusion
98+
99+
From the above bar plots, we can conclude that Sivakasi Taluk has the maximum population of Smart Card holders and also the maximum number of Fair Price Shops. Similarly, Kariapatti Taluk has the minimum population Smart Card holders and also the minimum number of Fair Price Shops.
100+
101+
102+
\newpage
103+
104+
>#3.) Crime Rate
105+
106+
There are several methods for the measuring of crime. Public surveys are occasionally conducted to estimate the amount of crime that has not been reported to the police. Such surveys are usually more reliable for assessing trends. However, they also have their limitations and generally don't procure statistics useful for local crime prevention, often ignore offenses against children and do not count offenders brought before the criminal justice
107+
108+
Two major methods for collecting crime data are law enforcement reports, which only reflect crimes that are reported, recorded, and not subsequently canceled and victim study (victimization statistical surveys), which rely on individual memory and honesty. For less frequent crimes such as intentional homicide and armed robbery, reported incidences are generally more reliable but suffer from under-recording.
109+
110+
111+
112+
```{r echo=FALSE,warning=FALSE,message=FALSE,error=FALSE}
113+
crime<-read.csv("Crime rate.csv",header =TRUE)
114+
crime<- crime[,-2]
115+
ggplot(melt(crime, id.vars='CrimeType'), aes(x=CrimeType, y=value, fill=variable)) +
116+
geom_bar(stat='identity', position='dodge') +
117+
labs( title= "Crime Rate",x="Type of Crime",y="Crime Rate",fill="") +
118+
theme(axis.text.x = element_text(angle=60, hjust=1))
119+
120+
121+
122+
123+
124+
```
125+
126+
###Conclusion
127+
128+
We can observe from the above bar chart that the maximum incidents of crime in the district are property incidents and the minimum crime incidents are dacoity incidents. Theft and violent crimes are also high in the district.
129+
130+
131+
\newpage
132+
133+
134+
#References

Virudhunagar/VirudhunagarReport.pdf

598 KB
Binary file not shown.

0 commit comments

Comments
 (0)