Sunishchal Dev

Results 17 comments of Sunishchal Dev

Hi Denton, here are my notes from our call with Chad on Tuesday: - Each solution is a py module, there's a class named scanerio - upon instantiation it expects...

Hi Denton, Sorry for the radio silence, had a big release at work. (Any tips on how to balance your time between drawdown & a tech job?) I've tinkered with...

I've written out my best understanding below, let me know if this process sounds correct: 1. Capture the ratio between the ref and pds population scenarios (I believe I can...

I took a closer look at the FamPlanning tab and have a few follow up questions: 1. Cell B8 says "Additional Functional Units in REF2 vs REF2". Is this a...

I took a look through the `CORE_PopulationChange_29Jan2020.xslx` file that Chad emailed us a couple weeks ago, specifically the `Electricity_cluster_lldc` & `Electricity_cluster_mdc` tabs. It seems somewhat similar to the (now defunct)...

Questions on how to structure this solution: - Should "cluster" sheet have their own subdirectory within healthandeducation? (ex: healthandeducation/electricity_cluster/__init__.py) - Unit tests for each cluster can exist within each subdirectory...

I used many country/region references in the electricity_cluster implementation because I wanted it to be as explicit and similar to the Excel as possible for easy debugging. Shall I plan...

I've added an initial stab at a unit testing file. I went the route of adding a huge CSV file with all of the intermediate tables from Chad's Excel file...

> This may end up being a reason to add it as electricity_cluster/__init__.py instead of electricity_cluster.py, so it will import as a regular module. I made the requested change in...

> iloc tends to be fragile, especially when using it to address rows. For example, if two researchers both add a line at the end of the file and one...