Commit 8c60129b by Prayush Kumar

Rerunning lottery based on updated num of dependents for postdoc applicants

parent f8b4a87c
...@@ -1462,7 +1462,7 @@ ...@@ -1462,7 +1462,7 @@
"name": "stderr", "name": "stderr",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"/tmp/ipykernel_567174/3371156872.py:33: SettingWithCopyWarning: \n", "/tmp/ipykernel_745948/1561176041.py:33: SettingWithCopyWarning: \n",
"A value is trying to be set on a copy of a slice from a DataFrame.\n", "A value is trying to be set on a copy of a slice from a DataFrame.\n",
"Try using .loc[row_indexer,col_indexer] = value instead\n", "Try using .loc[row_indexer,col_indexer] = value instead\n",
"\n", "\n",
...@@ -1491,7 +1491,7 @@ ...@@ -1491,7 +1491,7 @@
" 0,\n", " 0,\n",
" 0,\n", " 0,\n",
" 0,\n", " 0,\n",
" 0,\n", " 2, #\n",
" 0,\n", " 0,\n",
" 0,\n", " 0,\n",
" 0,\n", " 0,\n",
...@@ -1516,7 +1516,7 @@ ...@@ -1516,7 +1516,7 @@
"name": "stderr", "name": "stderr",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"/tmp/ipykernel_567174/3680399563.py:1: SettingWithCopyWarning: \n", "/tmp/ipykernel_745948/3680399563.py:1: SettingWithCopyWarning: \n",
"A value is trying to be set on a copy of a slice from a DataFrame\n", "A value is trying to be set on a copy of a slice from a DataFrame\n",
"\n", "\n",
"See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
...@@ -1759,7 +1759,7 @@ ...@@ -1759,7 +1759,7 @@
" <td>[7, 6, 5, 4, 3, 2, 1, 0]</td>\n", " <td>[7, 6, 5, 4, 3, 2, 1, 0]</td>\n",
" <td>postdoc_family</td>\n", " <td>postdoc_family</td>\n",
" <td>[99, 99, 99, 99, 99, 99, 2, 1]</td>\n", " <td>[99, 99, 99, 99, 99, 99, 2, 1]</td>\n",
" <td>0</td>\n", " <td>2</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>17</th>\n", " <th>17</th>\n",
...@@ -1951,7 +1951,7 @@ ...@@ -1951,7 +1951,7 @@
"13 [1, 5, 4, 3, 2, 99, 1, 2] 0 \n", "13 [1, 5, 4, 3, 2, 99, 1, 2] 0 \n",
"14 [4, 2, 1, 99, 99, 3, 2, 1] 0 \n", "14 [4, 2, 1, 99, 99, 3, 2, 1] 0 \n",
"15 [1, 3, 2, 99, 5, 4, 1, 2] 0 \n", "15 [1, 3, 2, 99, 5, 4, 1, 2] 0 \n",
"16 [99, 99, 99, 99, 99, 99, 2, 1] 0 \n", "16 [99, 99, 99, 99, 99, 99, 2, 1] 2 \n",
"17 [99, 1, 99, 99, 99, 99, 99, 99] 0 \n", "17 [99, 1, 99, 99, 99, 99, 99, 99] 0 \n",
"18 [5, 1, 1, 2, 2, 3, 99, 99] 0 \n", "18 [5, 1, 1, 2, 2, 3, 99, 99] 0 \n",
"19 [99, 2, 1, 99, 99, 99, 99, 99] 0 \n", "19 [99, 2, 1, 99, 99, 99, 99, 99] 0 \n",
...@@ -2308,7 +2308,7 @@ ...@@ -2308,7 +2308,7 @@
" <td>[7, 6, 5, 4, 3, 2, 1, 0]</td>\n", " <td>[7, 6, 5, 4, 3, 2, 1, 0]</td>\n",
" <td>postdoc_family</td>\n", " <td>postdoc_family</td>\n",
" <td>[99, 99, 99, 99, 99, 99, 2, 1]</td>\n", " <td>[99, 99, 99, 99, 99, 99, 2, 1]</td>\n",
" <td>0</td>\n", " <td>2</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>17</th>\n", " <th>17</th>\n",
...@@ -2500,7 +2500,7 @@ ...@@ -2500,7 +2500,7 @@
"13 [1, 5, 4, 3, 2, 99, 1, 2] 0 \n", "13 [1, 5, 4, 3, 2, 99, 1, 2] 0 \n",
"14 [4, 2, 1, 99, 99, 3, 2, 1] 0 \n", "14 [4, 2, 1, 99, 99, 3, 2, 1] 0 \n",
"15 [1, 3, 2, 99, 5, 4, 1, 2] 0 \n", "15 [1, 3, 2, 99, 5, 4, 1, 2] 0 \n",
"16 [99, 99, 99, 99, 99, 99, 2, 1] 0 \n", "16 [99, 99, 99, 99, 99, 99, 2, 1] 2 \n",
"17 [99, 1, 99, 99, 99, 99, 99, 99] 0 \n", "17 [99, 1, 99, 99, 99, 99, 99, 99] 0 \n",
"18 [5, 1, 1, 2, 2, 3, 99, 99] 0 \n", "18 [5, 1, 1, 2, 2, 3, 99, 99] 0 \n",
"19 [99, 2, 1, 99, 99, 99, 99, 99] 0 \n", "19 [99, 2, 1, 99, 99, 99, 99, 99] 0 \n",
...@@ -2690,11 +2690,11 @@ ...@@ -2690,11 +2690,11 @@
"text": [ "text": [
"Here are our assignments:\n", "Here are our assignments:\n",
"In pool 1, we have:\n", "In pool 1, we have:\n",
" ['arun kumar varanasi', 'dylan j reynolds', 'muktajyoti saha', 'p v athira']\n", " ['arun kumar varanasi', 'dylan j reynolds', 'muktajyoti saha', 'madhumita saha', 'p v athira']\n",
"In pool 2, we have:\n", "In pool 2, we have:\n",
" ['ramesh chnadra']\n", " ['ramesh chnadra']\n",
"In pool 3, we have:\n", "In pool 3, we have:\n",
" ['krishnendu n v', 'shanmugapriya prakasam', 'savita rani', 'rekha kumari', 'madhumita saha', 'subham ghosh']\n", " ['krishnendu n v', 'shanmugapriya prakasam', 'savita rani', 'rekha kumari', 'subham ghosh']\n",
"In pool 4, we have:\n", "In pool 4, we have:\n",
" ['shalabh gautam', 'nava gaddam', 'akash kumar mishra', 'rajes ghosh', 'ubaid tantary', 'mahesh gandikota', 'samanwaya mukherjee', 'indranil mukherjee', 'sudeb ranjan datta', 'indrajit sau', 'sibaram ruidas', 'anurag kaushal', 'prasad r', 'prateek anand', 'krushna chandra sahu', 'souvik kundu']\n" " ['shalabh gautam', 'nava gaddam', 'akash kumar mishra', 'rajes ghosh', 'ubaid tantary', 'mahesh gandikota', 'samanwaya mukherjee', 'indranil mukherjee', 'sudeb ranjan datta', 'indrajit sau', 'sibaram ruidas', 'anurag kaushal', 'prasad r', 'prateek anand', 'krushna chandra sahu', 'souvik kundu']\n"
] ]
...@@ -2748,59 +2748,58 @@ ...@@ -2748,59 +2748,58 @@
"------------------------\n", "------------------------\n",
"Processing housing allotments for: postdoc\n", "Processing housing allotments for: postdoc\n",
"\n", "\n",
"As per a randomized lottery, we will allocate pool 1 in the following order:['arun kumar varanasi', 'p v athira', 'muktajyoti saha', 'dylan j reynolds']\n", "As per a randomized lottery, we will allocate pool 1 in the following order:['arun kumar varanasi', 'p v athira', 'madhumita saha', 'muktajyoti saha', 'dylan j reynolds']\n",
"...assigning housing 6 to arun kumar varanasi as it has 4 vacancies (their prefs = [6, 7, 5, 4, 3, 2, 1, 0]).\n", "...assigning housing 6 to arun kumar varanasi as it has 4 vacancies (their prefs = [6, 7, 5, 4, 3, 2, 1, 0]).\n",
"...assigning housing 6 to p v athira as it has 3 vacancies (their prefs = [6, 0, 7, 5, 4, 3, 2, 1]).\n", "...assigning housing 6 to p v athira as it has 3 vacancies (their prefs = [6, 0, 7, 5, 4, 3, 2, 1]).\n",
"...assigning housing 7 to muktajyoti saha as it has 3 vacancies (their prefs = [7, 2, 1, 0, 4, 3, 6, 5]).\n", "...assigning housing 7 to madhumita saha as it has 3 vacancies (their prefs = [7, 6, 5, 4, 3, 2, 1, 0]).\n",
"...assigning housing 7 to muktajyoti saha as it has 2 vacancies (their prefs = [7, 2, 1, 0, 4, 3, 6, 5]).\n",
"...assigning housing 6 to dylan j reynolds as it has 2 vacancies (their prefs = [6, 0, 7, 5, 4, 3, 2, 1]).\n", "...assigning housing 6 to dylan j reynolds as it has 2 vacancies (their prefs = [6, 0, 7, 5, 4, 3, 2, 1]).\n",
"\n", "\n",
"As per a randomized lottery, we will allocate pool 2 in the following order:['ramesh chnadra']\n", "As per a randomized lottery, we will allocate pool 2 in the following order:['ramesh chnadra']\n",
"...assigning housing 6 to ramesh chnadra as it has 1 vacancies (their prefs = [6, 0, 7, 1, 5, 4, 3, 2]).\n", "...assigning housing 6 to ramesh chnadra as it has 1 vacancies (their prefs = [6, 0, 7, 1, 5, 4, 3, 2]).\n",
"\n", "\n",
"As per a randomized lottery, we will allocate pool 3 in the following order:['krishnendu n v', 'savita rani', 'shanmugapriya prakasam', 'subham ghosh', 'rekha kumari', 'madhumita saha']\n", "As per a randomized lottery, we will allocate pool 3 in the following order:['krishnendu n v', 'subham ghosh', 'shanmugapriya prakasam', 'savita rani', 'rekha kumari']\n",
"...assigning housing 7 to krishnendu n v as it has 2 vacancies (their prefs = [7, 1, 6, 5, 4, 3, 2, 0]).\n", "...assigning housing 7 to krishnendu n v as it has 1 vacancies (their prefs = [7, 1, 6, 5, 4, 3, 2, 0]).\n",
"...assigning housing 2 to savita rani as it has 14 vacancies (their prefs = [2, 7, 6, 5, 4, 3, 1, 0]).\n",
"...assigning housing 7 to shanmugapriya prakasam as it has 1 vacancies (their prefs = [7, 1, 6, 4, 2, 3, 5, 0]).\n",
"...assigning housing 1 to subham ghosh as it has 10 vacancies (their prefs = [1, 7, 6, 5, 4, 3, 2, 0]).\n", "...assigning housing 1 to subham ghosh as it has 10 vacancies (their prefs = [1, 7, 6, 5, 4, 3, 2, 0]).\n",
"For shanmugapriya prakasam, acco 7 is full. Moving on...\n",
"...assigning housing 1 to shanmugapriya prakasam as it has 9 vacancies (their prefs = [7, 1, 6, 4, 2, 3, 5, 0]).\n",
"...assigning housing 2 to savita rani as it has 14 vacancies (their prefs = [2, 7, 6, 5, 4, 3, 1, 0]).\n",
"For rekha kumari, acco 6 is full. Moving on...\n", "For rekha kumari, acco 6 is full. Moving on...\n",
"...assigning housing 0 to rekha kumari as it has 6 vacancies (their prefs = [6, 0, 7, 2, 1, 5, 4, 3]).\n", "...assigning housing 0 to rekha kumari as it has 6 vacancies (their prefs = [6, 0, 7, 2, 1, 5, 4, 3]).\n",
"For madhumita saha, acco 7 is full. Moving on...\n",
"For madhumita saha, acco 6 is full. Moving on...\n",
"...assigning housing 5 to madhumita saha as it has 22 vacancies (their prefs = [7, 6, 5, 4, 3, 2, 1, 0]).\n",
"\n", "\n",
"As per a randomized lottery, we will allocate pool 4 in the following order:['indrajit sau', 'nava gaddam', 'ubaid tantary', 'samanwaya mukherjee', 'anurag kaushal', 'sudeb ranjan datta', 'shalabh gautam', 'prateek anand', 'akash kumar mishra', 'souvik kundu', 'krushna chandra sahu', 'sibaram ruidas', 'mahesh gandikota', 'rajes ghosh', 'indranil mukherjee', 'prasad r']\n", "As per a randomized lottery, we will allocate pool 4 in the following order:['ubaid tantary', 'samanwaya mukherjee', 'prasad r', 'anurag kaushal', 'shalabh gautam', 'sudeb ranjan datta', 'indrajit sau', 'nava gaddam', 'souvik kundu', 'akash kumar mishra', 'prateek anand', 'indranil mukherjee', 'sibaram ruidas', 'mahesh gandikota', 'rajes ghosh', 'krushna chandra sahu']\n",
"...assigning housing 2 to indrajit sau as it has 13 vacancies (their prefs = [2, 1, 4, 3, 5, 0, 7, 6]).\n",
"...assigning housing 0 to nava gaddam as it has 5 vacancies (their prefs = [0, 7, 6, 5, 4, 3, 2, 1]).\n",
"For ubaid tantary, acco 7 is full. Moving on...\n", "For ubaid tantary, acco 7 is full. Moving on...\n",
"...assigning housing 0 to ubaid tantary as it has 4 vacancies (their prefs = [7, 0, 6, 5, 4, 1, 2, 3]).\n", "...assigning housing 0 to ubaid tantary as it has 5 vacancies (their prefs = [7, 0, 6, 5, 4, 1, 2, 3]).\n",
"For samanwaya mukherjee, acco 7 is full. Moving on...\n", "For samanwaya mukherjee, acco 7 is full. Moving on...\n",
"For samanwaya mukherjee, acco 6 is full. Moving on...\n", "For samanwaya mukherjee, acco 6 is full. Moving on...\n",
"...assigning housing 5 to samanwaya mukherjee as it has 21 vacancies (their prefs = [7, 6, 5, 4, 3, 2, 1, 0]).\n", "...assigning housing 5 to samanwaya mukherjee as it has 22 vacancies (their prefs = [7, 6, 5, 4, 3, 2, 1, 0]).\n",
"...assigning housing 1 to anurag kaushal as it has 9 vacancies (their prefs = [1, 2, 0, 5, 4, 7, 6, 3]).\n", "For prasad r, acco 7 is full. Moving on...\n",
"For prasad r, acco 6 is full. Moving on...\n",
"...assigning housing 5 to prasad r as it has 21 vacancies (their prefs = [7, 6, 5, 4, 3, 2, 1, 0]).\n",
"...assigning housing 1 to anurag kaushal as it has 8 vacancies (their prefs = [1, 2, 0, 5, 4, 7, 6, 3]).\n",
"...assigning housing 1 to shalabh gautam as it has 7 vacancies (their prefs = [1, 7, 6, 5, 4, 3, 2, 0]).\n",
"For sudeb ranjan datta, acco 7 is full. Moving on...\n", "For sudeb ranjan datta, acco 7 is full. Moving on...\n",
"...assigning housing 2 to sudeb ranjan datta as it has 12 vacancies (their prefs = [7, 2, 6, 1, 5, 0, 4, 3]).\n", "...assigning housing 2 to sudeb ranjan datta as it has 13 vacancies (their prefs = [7, 2, 6, 1, 5, 0, 4, 3]).\n",
"...assigning housing 1 to shalabh gautam as it has 8 vacancies (their prefs = [1, 7, 6, 5, 4, 3, 2, 0]).\n", "...assigning housing 2 to indrajit sau as it has 12 vacancies (their prefs = [2, 1, 4, 3, 5, 0, 7, 6]).\n",
"...assigning housing 1 to prateek anand as it has 7 vacancies (their prefs = [1, 2, 4, 0, 3, 7, 6, 5]).\n", "...assigning housing 0 to nava gaddam as it has 4 vacancies (their prefs = [0, 7, 6, 5, 4, 3, 2, 1]).\n",
"For akash kumar mishra, acco 6 is full. Moving on...\n",
"...assigning housing 0 to akash kumar mishra as it has 3 vacancies (their prefs = [6, 0, 7, 1, 4, 2, 5, 3]).\n",
"For souvik kundu, acco 6 is full. Moving on...\n", "For souvik kundu, acco 6 is full. Moving on...\n",
"...assigning housing 0 to souvik kundu as it has 2 vacancies (their prefs = [6, 0, 7, 1, 2, 3, 4, 5]).\n", "...assigning housing 0 to souvik kundu as it has 3 vacancies (their prefs = [6, 0, 7, 1, 2, 3, 4, 5]).\n",
"For krushna chandra sahu, acco 6 is full. Moving on...\n", "For akash kumar mishra, acco 6 is full. Moving on...\n",
"...assigning housing 0 to krushna chandra sahu as it has 1 vacancies (their prefs = [6, 0, 7, 4, 3, 5, 2, 1]).\n", "...assigning housing 0 to akash kumar mishra as it has 2 vacancies (their prefs = [6, 0, 7, 1, 4, 2, 5, 3]).\n",
"...assigning housing 1 to prateek anand as it has 6 vacancies (their prefs = [1, 2, 4, 0, 3, 7, 6, 5]).\n",
"For indranil mukherjee, acco 6 is full. Moving on...\n",
"...assigning housing 0 to indranil mukherjee as it has 1 vacancies (their prefs = [6, 0, 7, 4, 3, 2, 1, 5]).\n",
"...assigning housing 2 to sibaram ruidas as it has 11 vacancies (their prefs = [2, 1, 7, 6, 5, 4, 3, 0]).\n", "...assigning housing 2 to sibaram ruidas as it has 11 vacancies (their prefs = [2, 1, 7, 6, 5, 4, 3, 0]).\n",
"For mahesh gandikota, acco 7 is full. Moving on...\n", "For mahesh gandikota, acco 7 is full. Moving on...\n",
"...assigning housing 1 to mahesh gandikota as it has 6 vacancies (their prefs = [7, 1, 6, 4, 2, 3, 0, 5]).\n", "...assigning housing 1 to mahesh gandikota as it has 5 vacancies (their prefs = [7, 1, 6, 4, 2, 3, 0, 5]).\n",
"For rajes ghosh, acco 6 is full. Moving on...\n", "For rajes ghosh, acco 6 is full. Moving on...\n",
"For rajes ghosh, acco 0 is full. Moving on...\n", "For rajes ghosh, acco 0 is full. Moving on...\n",
"For rajes ghosh, acco 7 is full. Moving on...\n", "For rajes ghosh, acco 7 is full. Moving on...\n",
"...assigning housing 1 to rajes ghosh as it has 5 vacancies (their prefs = [6, 0, 7, 1, 2, 3, 5, 4]).\n", "...assigning housing 1 to rajes ghosh as it has 4 vacancies (their prefs = [6, 0, 7, 1, 2, 3, 5, 4]).\n",
"For indranil mukherjee, acco 6 is full. Moving on...\n", "For krushna chandra sahu, acco 6 is full. Moving on...\n",
"For indranil mukherjee, acco 0 is full. Moving on...\n", "For krushna chandra sahu, acco 0 is full. Moving on...\n",
"For indranil mukherjee, acco 7 is full. Moving on...\n", "For krushna chandra sahu, acco 7 is full. Moving on...\n",
"...assigning housing 4 to indranil mukherjee as it has 22 vacancies (their prefs = [6, 0, 7, 4, 3, 2, 1, 5]).\n", "...assigning housing 4 to krushna chandra sahu as it has 22 vacancies (their prefs = [6, 0, 7, 4, 3, 5, 2, 1]).\n",
"For prasad r, acco 7 is full. Moving on...\n",
"For prasad r, acco 6 is full. Moving on...\n",
"...assigning housing 5 to prasad r as it has 20 vacancies (their prefs = [7, 6, 5, 4, 3, 2, 1, 0]).\n",
"------------------------\n" "------------------------\n"
] ]
} }
...@@ -2904,89 +2903,89 @@ ...@@ -2904,89 +2903,89 @@
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>2</th>\n", " <th>2</th>\n",
" <td>muktajyoti saha</td>\n", " <td>madhumita saha</td>\n",
" <td>7</td>\n", " <td>7</td>\n",
" <td>Hostel 1 1BHK</td>\n", " <td>Hostel 1 1BHK</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>3</th>\n", " <th>3</th>\n",
" <td>muktajyoti saha</td>\n",
" <td>7</td>\n",
" <td>Hostel 1 1BHK</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>dylan j reynolds</td>\n", " <td>dylan j reynolds</td>\n",
" <td>6</td>\n", " <td>6</td>\n",
" <td>On campus 1BHK</td>\n", " <td>On campus 1BHK</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>4</th>\n", " <th>5</th>\n",
" <td>ramesh chnadra</td>\n", " <td>ramesh chnadra</td>\n",
" <td>6</td>\n", " <td>6</td>\n",
" <td>On campus 1BHK</td>\n", " <td>On campus 1BHK</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>5</th>\n", " <th>6</th>\n",
" <td>krishnendu n v</td>\n", " <td>krishnendu n v</td>\n",
" <td>7</td>\n", " <td>7</td>\n",
" <td>Hostel 1 1BHK</td>\n", " <td>Hostel 1 1BHK</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>6</th>\n",
" <td>savita rani</td>\n",
" <td>2</td>\n",
" <td>Hostel 2</td>\n",
" </tr>\n",
" <tr>\n",
" <th>7</th>\n", " <th>7</th>\n",
" <td>shanmugapriya prakasam</td>\n", " <td>subham ghosh</td>\n",
" <td>7</td>\n", " <td>1</td>\n",
" <td>Hostel 1 1BHK</td>\n", " <td>Hostel 1 non-1BHK</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>8</th>\n", " <th>8</th>\n",
" <td>subham ghosh</td>\n", " <td>shanmugapriya prakasam</td>\n",
" <td>1</td>\n", " <td>1</td>\n",
" <td>Hostel 1 non-1BHK</td>\n", " <td>Hostel 1 non-1BHK</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>9</th>\n", " <th>9</th>\n",
" <td>rekha kumari</td>\n", " <td>savita rani</td>\n",
" <td>0</td>\n",
" <td>On campus Studios</td>\n",
" </tr>\n",
" <tr>\n",
" <th>10</th>\n",
" <td>madhumita saha</td>\n",
" <td>5</td>\n",
" <td>Hostel 5</td>\n",
" </tr>\n",
" <tr>\n",
" <th>11</th>\n",
" <td>indrajit sau</td>\n",
" <td>2</td>\n", " <td>2</td>\n",
" <td>Hostel 2</td>\n", " <td>Hostel 2</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>12</th>\n", " <th>10</th>\n",
" <td>nava gaddam</td>\n", " <td>rekha kumari</td>\n",
" <td>0</td>\n", " <td>0</td>\n",
" <td>On campus Studios</td>\n", " <td>On campus Studios</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>13</th>\n", " <th>11</th>\n",
" <td>ubaid tantary</td>\n", " <td>ubaid tantary</td>\n",
" <td>0</td>\n", " <td>0</td>\n",
" <td>On campus Studios</td>\n", " <td>On campus Studios</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>14</th>\n", " <th>12</th>\n",
" <td>samanwaya mukherjee</td>\n", " <td>samanwaya mukherjee</td>\n",
" <td>5</td>\n", " <td>5</td>\n",
" <td>Hostel 5</td>\n", " <td>Hostel 5</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>15</th>\n", " <th>13</th>\n",
" <td>prasad r</td>\n",
" <td>5</td>\n",
" <td>Hostel 5</td>\n",
" </tr>\n",
" <tr>\n",
" <th>14</th>\n",
" <td>anurag kaushal</td>\n", " <td>anurag kaushal</td>\n",
" <td>1</td>\n", " <td>1</td>\n",
" <td>Hostel 1 non-1BHK</td>\n", " <td>Hostel 1 non-1BHK</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>15</th>\n",
" <td>shalabh gautam</td>\n",
" <td>1</td>\n",
" <td>Hostel 1 non-1BHK</td>\n",
" </tr>\n",
" <tr>\n",
" <th>16</th>\n", " <th>16</th>\n",
" <td>sudeb ranjan datta</td>\n", " <td>sudeb ranjan datta</td>\n",
" <td>2</td>\n", " <td>2</td>\n",
...@@ -2994,64 +2993,64 @@ ...@@ -2994,64 +2993,64 @@
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>17</th>\n", " <th>17</th>\n",
" <td>shalabh gautam</td>\n", " <td>indrajit sau</td>\n",
" <td>1</td>\n", " <td>2</td>\n",
" <td>Hostel 1 non-1BHK</td>\n", " <td>Hostel 2</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>18</th>\n", " <th>18</th>\n",
" <td>prateek anand</td>\n", " <td>nava gaddam</td>\n",
" <td>1</td>\n", " <td>0</td>\n",
" <td>Hostel 1 non-1BHK</td>\n", " <td>On campus Studios</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>19</th>\n", " <th>19</th>\n",
" <td>akash kumar mishra</td>\n", " <td>souvik kundu</td>\n",
" <td>0</td>\n", " <td>0</td>\n",
" <td>On campus Studios</td>\n", " <td>On campus Studios</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>20</th>\n", " <th>20</th>\n",
" <td>souvik kundu</td>\n", " <td>akash kumar mishra</td>\n",
" <td>0</td>\n", " <td>0</td>\n",
" <td>On campus Studios</td>\n", " <td>On campus Studios</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>21</th>\n", " <th>21</th>\n",
" <td>krushna chandra sahu</td>\n", " <td>prateek anand</td>\n",
" <td>1</td>\n",
" <td>Hostel 1 non-1BHK</td>\n",
" </tr>\n",
" <tr>\n",
" <th>22</th>\n",
" <td>indranil mukherjee</td>\n",
" <td>0</td>\n", " <td>0</td>\n",
" <td>On campus Studios</td>\n", " <td>On campus Studios</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>22</th>\n", " <th>23</th>\n",
" <td>sibaram ruidas</td>\n", " <td>sibaram ruidas</td>\n",
" <td>2</td>\n", " <td>2</td>\n",
" <td>Hostel 2</td>\n", " <td>Hostel 2</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>23</th>\n", " <th>24</th>\n",
" <td>mahesh gandikota</td>\n", " <td>mahesh gandikota</td>\n",
" <td>1</td>\n", " <td>1</td>\n",
" <td>Hostel 1 non-1BHK</td>\n", " <td>Hostel 1 non-1BHK</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>24</th>\n", " <th>25</th>\n",
" <td>rajes ghosh</td>\n", " <td>rajes ghosh</td>\n",
" <td>1</td>\n", " <td>1</td>\n",
" <td>Hostel 1 non-1BHK</td>\n", " <td>Hostel 1 non-1BHK</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>25</th>\n", " <th>26</th>\n",
" <td>indranil mukherjee</td>\n", " <td>krushna chandra sahu</td>\n",
" <td>4</td>\n", " <td>4</td>\n",
" <td>Hostel 4</td>\n", " <td>Hostel 4</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n",
" <th>26</th>\n",
" <td>prasad r</td>\n",
" <td>5</td>\n",
" <td>Hostel 5</td>\n",
" </tr>\n",
" </tbody>\n", " </tbody>\n",
"</table>\n", "</table>\n",
"</div>" "</div>"
...@@ -3060,31 +3059,31 @@ ...@@ -3060,31 +3059,31 @@
" # Name Housing Allocation Num Housing Allocation\n", " # Name Housing Allocation Num Housing Allocation\n",
"0 arun kumar varanasi 6 On campus 1BHK\n", "0 arun kumar varanasi 6 On campus 1BHK\n",
"1 p v athira 6 On campus 1BHK\n", "1 p v athira 6 On campus 1BHK\n",
"2 muktajyoti saha 7 Hostel 1 1BHK\n", "2 madhumita saha 7 Hostel 1 1BHK\n",
"3 dylan j reynolds 6 On campus 1BHK\n", "3 muktajyoti saha 7 Hostel 1 1BHK\n",
"4 ramesh chnadra 6 On campus 1BHK\n", "4 dylan j reynolds 6 On campus 1BHK\n",
"5 krishnendu n v 7 Hostel 1 1BHK\n", "5 ramesh chnadra 6 On campus 1BHK\n",
"6 savita rani 2 Hostel 2\n", "6 krishnendu n v 7 Hostel 1 1BHK\n",
"7 shanmugapriya prakasam 7 Hostel 1 1BHK\n", "7 subham ghosh 1 Hostel 1 non-1BHK\n",
"8 subham ghosh 1 Hostel 1 non-1BHK\n", "8 shanmugapriya prakasam 1 Hostel 1 non-1BHK\n",
"9 rekha kumari 0 On campus Studios\n", "9 savita rani 2 Hostel 2\n",
"10 madhumita saha 5 Hostel 5\n", "10 rekha kumari 0 On campus Studios\n",
"11 indrajit sau 2 Hostel 2\n", "11 ubaid tantary 0 On campus Studios\n",
"12 nava gaddam 0 On campus Studios\n", "12 samanwaya mukherjee 5 Hostel 5\n",
"13 ubaid tantary 0 On campus Studios\n", "13 prasad r 5 Hostel 5\n",
"14 samanwaya mukherjee 5 Hostel 5\n", "14 anurag kaushal 1 Hostel 1 non-1BHK\n",
"15 anurag kaushal 1 Hostel 1 non-1BHK\n", "15 shalabh gautam 1 Hostel 1 non-1BHK\n",
"16 sudeb ranjan datta 2 Hostel 2\n", "16 sudeb ranjan datta 2 Hostel 2\n",
"17 shalabh gautam 1 Hostel 1 non-1BHK\n", "17 indrajit sau 2 Hostel 2\n",
"18 prateek anand 1 Hostel 1 non-1BHK\n", "18 nava gaddam 0 On campus Studios\n",
"19 akash kumar mishra 0 On campus Studios\n", "19 souvik kundu 0 On campus Studios\n",
"20 souvik kundu 0 On campus Studios\n", "20 akash kumar mishra 0 On campus Studios\n",
"21 krushna chandra sahu 0 On campus Studios\n", "21 prateek anand 1 Hostel 1 non-1BHK\n",
"22 sibaram ruidas 2 Hostel 2\n", "22 indranil mukherjee 0 On campus Studios\n",
"23 mahesh gandikota 1 Hostel 1 non-1BHK\n", "23 sibaram ruidas 2 Hostel 2\n",
"24 rajes ghosh 1 Hostel 1 non-1BHK\n", "24 mahesh gandikota 1 Hostel 1 non-1BHK\n",
"25 indranil mukherjee 4 Hostel 4\n", "25 rajes ghosh 1 Hostel 1 non-1BHK\n",
"26 prasad r 5 Hostel 5" "26 krushna chandra sahu 4 Hostel 4"
] ]
}, },
"execution_count": 30, "execution_count": 30,
...@@ -3124,11 +3123,11 @@ ...@@ -3124,11 +3123,11 @@
"\n", "\n",
"...After allocating for postdocs: \n", "...After allocating for postdocs: \n",
"type 0 has 0 vacancies\n", "type 0 has 0 vacancies\n",
"type 1 has 4 vacancies\n", "type 1 has 3 vacancies\n",
"type 2 has 10 vacancies\n", "type 2 has 10 vacancies\n",
"type 3 has 36 vacancies\n", "type 3 has 36 vacancies\n",
"type 4 has 21 vacancies\n", "type 4 has 21 vacancies\n",
"type 5 has 19 vacancies\n", "type 5 has 20 vacancies\n",
"type 6 has 0 vacancies\n", "type 6 has 0 vacancies\n",
"type 7 has 0 vacancies\n" "type 7 has 0 vacancies\n"
] ]
...@@ -4152,11 +4151,11 @@ ...@@ -4152,11 +4151,11 @@
"------------------------\n", "------------------------\n",
"Processing housing allotments for: student\n", "Processing housing allotments for: student\n",
"\n", "\n",
"As per a randomized lottery, we will allocate pool 1 in the following order:['rukmani r', 'babli khatun', 'anjali kundalpady', 'seema', 'pradeeptha r jain', 'anwesha dey']\n", "As per a randomized lottery, we will allocate pool 1 in the following order:['anjali kundalpady', 'babli khatun', 'seema', 'rukmani r', 'pradeeptha r jain', 'anwesha dey']\n",
"...assigning housing 2 to rukmani r as it has 7 vacancies still.\n",
"...assigning housing 4 to babli khatun as it has 20 vacancies still.\n",
"...assigning housing 0 to anjali kundalpady as it has 9 vacancies still.\n", "...assigning housing 0 to anjali kundalpady as it has 9 vacancies still.\n",
"...assigning housing 4 to babli khatun as it has 20 vacancies still.\n",
"...assigning housing 0 to seema as it has 8 vacancies still.\n", "...assigning housing 0 to seema as it has 8 vacancies still.\n",
"...assigning housing 2 to rukmani r as it has 7 vacancies still.\n",
"...assigning housing 0 to pradeeptha r jain as it has 7 vacancies still.\n", "...assigning housing 0 to pradeeptha r jain as it has 7 vacancies still.\n",
"...assigning housing 0 to anwesha dey as it has 6 vacancies still.\n", "...assigning housing 0 to anwesha dey as it has 6 vacancies still.\n",
"\n", "\n",
...@@ -4378,8 +4377,8 @@ ...@@ -4378,8 +4377,8 @@
" <tbody>\n", " <tbody>\n",
" <tr>\n", " <tr>\n",
" <th>0</th>\n", " <th>0</th>\n",
" <td>rukmani r</td>\n", " <td>anjali kundalpady</td>\n",
" <td>2</td>\n", " <td>0</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>1</th>\n", " <th>1</th>\n",
...@@ -4388,13 +4387,13 @@ ...@@ -4388,13 +4387,13 @@
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>2</th>\n", " <th>2</th>\n",
" <td>anjali kundalpady</td>\n", " <td>seema</td>\n",
" <td>0</td>\n", " <td>0</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>3</th>\n", " <th>3</th>\n",
" <td>seema</td>\n", " <td>rukmani r</td>\n",
" <td>0</td>\n", " <td>2</td>\n",
" </tr>\n", " </tr>\n",
" <tr>\n", " <tr>\n",
" <th>4</th>\n", " <th>4</th>\n",
...@@ -4752,10 +4751,10 @@ ...@@ -4752,10 +4751,10 @@
], ],
"text/plain": [ "text/plain": [
" # Name Housing Allocationn\n", " # Name Housing Allocationn\n",
"0 rukmani r 2\n", "0 anjali kundalpady 0\n",
"1 babli khatun 4\n", "1 babli khatun 4\n",
"2 anjali kundalpady 0\n", "2 seema 0\n",
"3 seema 0\n", "3 rukmani r 2\n",
"4 pradeeptha r jain 0\n", "4 pradeeptha r jain 0\n",
"5 anwesha dey 0\n", "5 anwesha dey 0\n",
"6 sourabh saini 0\n", "6 sourabh saini 0\n",
......
# Name,Housing Allocation Num,Housing Allocation # Name,Housing Allocation Num,Housing Allocation
arun kumar varanasi,6,On campus 1BHK arun kumar varanasi,6,On campus 1BHK
p v athira,6,On campus 1BHK p v athira,6,On campus 1BHK
madhumita saha,7,Hostel 1 1BHK
muktajyoti saha,7,Hostel 1 1BHK muktajyoti saha,7,Hostel 1 1BHK
dylan j reynolds,6,On campus 1BHK dylan j reynolds,6,On campus 1BHK
ramesh chnadra,6,On campus 1BHK ramesh chnadra,6,On campus 1BHK
krishnendu n v,7,Hostel 1 1BHK krishnendu n v,7,Hostel 1 1BHK
savita rani,2,Hostel 2
shanmugapriya prakasam,7,Hostel 1 1BHK
subham ghosh,1,Hostel 1 non-1BHK subham ghosh,1,Hostel 1 non-1BHK
shanmugapriya prakasam,1,Hostel 1 non-1BHK
savita rani,2,Hostel 2
rekha kumari,0,On campus Studios rekha kumari,0,On campus Studios
madhumita saha,5,Hostel 5
indrajit sau,2,Hostel 2
nava gaddam,0,On campus Studios
ubaid tantary,0,On campus Studios ubaid tantary,0,On campus Studios
samanwaya mukherjee,5,Hostel 5 samanwaya mukherjee,5,Hostel 5
prasad r,5,Hostel 5
anurag kaushal,1,Hostel 1 non-1BHK anurag kaushal,1,Hostel 1 non-1BHK
sudeb ranjan datta,2,Hostel 2
shalabh gautam,1,Hostel 1 non-1BHK shalabh gautam,1,Hostel 1 non-1BHK
prateek anand,1,Hostel 1 non-1BHK sudeb ranjan datta,2,Hostel 2
akash kumar mishra,0,On campus Studios indrajit sau,2,Hostel 2
nava gaddam,0,On campus Studios
souvik kundu,0,On campus Studios souvik kundu,0,On campus Studios
krushna chandra sahu,0,On campus Studios akash kumar mishra,0,On campus Studios
prateek anand,1,Hostel 1 non-1BHK
indranil mukherjee,0,On campus Studios
sibaram ruidas,2,Hostel 2 sibaram ruidas,2,Hostel 2
mahesh gandikota,1,Hostel 1 non-1BHK mahesh gandikota,1,Hostel 1 non-1BHK
rajes ghosh,1,Hostel 1 non-1BHK rajes ghosh,1,Hostel 1 non-1BHK
indranil mukherjee,4,Hostel 4 krushna chandra sahu,4,Hostel 4
prasad r,5,Hostel 5
# Name,Housing Allocationn # Name,Housing Allocationn
rukmani r,2
babli khatun,4
anjali kundalpady,0 anjali kundalpady,0
babli khatun,4
seema,0 seema,0
rukmani r,2
pradeeptha r jain,0 pradeeptha r jain,0
anwesha dey,0 anwesha dey,0
sourabh saini,0 sourabh saini,0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment