I have a dataframe as shown below:
I want to add a new row based on the following logic:
- Add a new row with "location" as "Stage Area"
- This row is a sum of the entries where 'location' is "Reply's Area - New Commercial Area" and entries where 'location' is "Cultural Hub".
- Drop the rows with 'location' as "Reply's Area - New Commercial Area" and "Cultural Hub"
So for 11th November 2020 I should have the below entry:


