planemad / india_health_facilities

Data of health facilities in India
The Unlicense
9 stars 3 forks source link

Count mismatch in number of facilities, for example in Tamil Nadu #1

Open nishadhka opened 4 years ago

nishadhka commented 4 years ago

The total number of health care facilites as per the data is 6072, but as per http://www.nrhmtn.gov.in/hud.html it is more than 10000

import geopandas as gp

db=gp.read_file('public_health_facilities_nic.geojson')
#db1=db.drop_duplicates('stname')
#db1.info()
db1=db[db['stname']=='TAMILNADU']
db1.groupby(['type'])['type'].count()

output

type
chc         184
dis_h         2
phc         855
s_t_h        51
sub_cen    4980
Name: type, dtype: int64
nishadhka commented 4 years ago

Total number of health facilitates in TN goes 10719 with types as follows chc- 385 dis_h- 14 phc- 1369 s_t_h- 153 sub_cen-8706

TN, table is https://github.com/nishadhka/india_health_facilities/blob/master/tables/tn_health_facilities.csv

planemad commented 4 years ago

@nishadhka after inspecting the NIC data, can confirm its missing a lot of data so its definitely not complete. Individual states may have more updated datasets.