Filter rows based on multiple conditions

Filter the companies DataFrame based on 2 conditions. Extract all the rows where 'Revenue (USD)' is greater than 4,000,000 and 'Year Established' is before 2015.
Python
Setting up Python environment...
Output