Given the following dataframe, df, drop all the rows where the contract_sign_date is between 2018-09-01 and 2018-10-13 (inclusive):
| vendor_id | name | contract_sign_date | total_spend | |
|---|---|---|---|---|
| 0 | 1 | vendor_schmendor | 2018-09-01 | 34324 |
New to InterviewQs? Sign up now.
By proceeding, you agree to our Terms and Conditions and Privacy Policy.
Loading editor...