The focus of this project is to create a wrangle function that takes the name of a CSV file as input and returns a DataFrame, a machine learning model that predicts apartment prices in Mexico City, to show the 10 most influential coefficients for the model
Subset the data in the CSV file and return only apartments in Mexico City (“Distrito Federal”) that cost less than $100,000, Remove outliers by trimming the bottom and top 10% of properties in terms of “surface_covered_in_m2”.