Hi there. I’m trying to get data from: https://www.fema.gov/openfema-data-page/registration-intake-and-individuals-household-program-ri-ihp-v2. I’m working with Jupyter Notebook with this command code but takes forever (sand clock loading eternally) fema_individual_and_housaholds_programs = pd.read_csv(‘https://www.fema.gov/api/open/v1/IndividualsAndHouseholdsProgramValidRegistrations.csv’)
What I’m I doing wrong?