alexanderquispe / Diplomado_PUCP

This repository is for the Intensive Python Course at PUCP
36 stars 64 forks source link

Assignment_9 #178

Open anzonyquispe opened 2 years ago

anzonyquispe commented 2 years ago

Dear all,

Each group must create their branch named group_#_ass_9 2022(group_1_ass_9_2022) and save their results in the Assignment9 folder. Name your JN like your branch.

  1. Import the data located at this link. It has information on people infected with dengue at the district level for 2015 to 2021.
  2. Generate ubigeo for Departments and Provinces taking the first two and four numbers. Hint: Use this code.
  3. Use geopandas to plot the number of cases in 2021 by the district using a continuous legend. Do not forget to indicate the color of NA values. Use this shapefile.
  4. Use geopandas to plot the number of cases in 2021by the province using a continuous legend. Do not forget to indicate the color of NA values. Use this shapefile. For this task, you will have to aggregate shapefiles at the province level.
  5. Use geopandas to plot the number of cases by the department for all the years using subplots. Every subplot for each year. Do not forget to indicate the color of NA values. Use this shapefile. For this task, you will have to aggregate shapefiles at the department level.
  6. Use geopandas to plot the number of cases by the department for all 2021 quarters using subplots. Every subplot for each quarter. Use a categorical legend with 5 bins. Do not forget to indicate the color of NA values. Use this shapefile. For this task, you will have to aggregate shapefiles at the department level. Hint: Use Semana variable to group by quarters.
DanielSotoHurtado commented 2 years ago

Hi Anzony,

The Jupyter notebook in question 1 (geopandas1.ipynb) cannot be opened.

anzonyquispe commented 2 years ago

Hi Daniel,

I fixed that error. Please check again and let me know if everything is ok.

On Thu, Feb 3, 2022 at 3:52 PM DanielSotoHurtado @.***> wrote:

Hi Anzony,

The Jupyter notebook in question 1 (geopandas1.ipynb) cannot be opened.

— Reply to this email directly, view it on GitHub https://github.com/alexanderquispe/Diplomado_PUCP/issues/178#issuecomment-1029390799, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQWBIFDFD4QHNE3VZQSROE3UZLTKNANCNFSM5NGRSHXA . You are receiving this because you authored the thread.Message ID: @.***>

DanielSotoHurtado commented 2 years ago

It works fine, thanks!