-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (38 loc) · 1.96 KB
/
index.html
File metadata and controls
47 lines (38 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>
POP ASSIGNMENT
</title>
<script type="text/javascript" charset="utf-8" src="js/d3.js"></script>
</head>
<body>
<iframe sandbox="allow-popups allow-scripts allow-forms allow-same-origin" src="dataset/visualization.html" marginwidth="0" marginheight="0" style="height:700px;width:100%" scrolling="no"></iframe>
<pre>
Click on any state to get plots of number of companies in major business and the paidup captial vs the sector
</pre>
<br>
<pre>
In this visualization, we have for each state the number of companies that have been registered and the business activity
they are involved in.
From the collection of all these datasets for each state, it is interesting to observe that the majority of the companies
have some correlation with the geo-graphic location of the state.
For example :
in Goa the number of companies involved in trading is very high
and for Karnataka which is quite in the interior the Business Services Sector dominates.
Most of the states with major cities have a dominant Business Services Sector
however, for Maharashtra it has a good balance of both trading and Business Services.
In terms of the plot between the paidup capital ( the capital as public shares -- [used average]) vs sector ,
the insurance sector and the Electricity, Gas and Water Companies have a very large paidup captial
for states like Assam with abundant resources the Mining and Quarrying Sector has large paidup capital.
Lower paidup captial could mean that the sectors haven't alloted a lot of allowed capital to public shares.
</pre>
<br>
<pre>
In summary, We can infer that the geographic location, the availability of resources has influenced the number of companies
established in a state and also has a considerable say in the dominant sector. The sectors which are often undertook by
the government tend to have higher paidup capital.
</pre>
</body>
</html>
<!DOCTYPE html>