Drop rows in dataframe that are between two dates

Medium

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_idnamecontract_sign_datetotal_spend
01vendor_schmendor2018-09-0134324

Sign in to InterviewQs to view this question

Or

New to InterviewQs? Sign up now.

By proceeding, you agree to our Terms and Conditions and Privacy Policy.

Loading editor...