Hi!
I recently finished up the 3rd Guided Project where I breakdown Ebay Car Sales Data.
My favorite part was using the ‘1.5xIQR rule’ to isolate the outliers from the ‘Odometer_km’ and ‘Price’ Columns. Also figuring out the Pandas Series and Data-Frame Constructors, and producing a little chart with those values was really neat.
I suspect my calculation connecting ‘mean_price’ and ‘mean_mileage’ is off…
Hopefully I can get some feedback on it, specifically how to format the type for the Review at the end. Thanks!
Exploring Car Sales Data.ipynb (102.9 KB)
Click here to view the jupyter notebook file in a new tab