World of HIV (Sexually Transmitted diseases):¶

As you know HIV is important issue in today's Medical world. The virus is very deadly and infects alot of people through many ways. HIV till date has no cure for it, if you have HIV you have to for your entire life . It can only be controlled but no cured. Only possible way to find out if you have HIV or not is to get tested for it. The symptoms for HIV are common flu, and some people don't show any symptoms.¶

CDC (HIV)

My datasets provide an insightful research on the various factors related to HIV and precaution.¶

In [61]:
import pandas as pd 

df_death = pd.read_csv('Aids_death_state.csv')
df_sti = pd.read_csv('sexually-transmitted-infection-tests.csv')
df_hiv = pd.read_csv('hiv-aids-annual-report.csv' )
df_condoms_avail = pd.read_csv('NYC_Condom_Availability_Program.csv')

This data will help to reduce deaths caused by HIV by increasing awarness among the people and using precautions to prevent HIV.¶