Hi @nyaneba1,
Thanks for sharing your project. It looks really nice: very well-structured, the code clean and well-commented, interesting storytelling and insights. Also, it was a good idea to include a description of the function in the code cell [26]. Great job!
Below are some suggestions from my side:
- A good practice is to re-run the project when it’s already completed. In this way, you will have all the code cells in order and starting from 1.
- Please add a conclusion to your project, summarizing the most important observations.
- The code cell [6]: here you can simply use the
rename()
method. But of course also your code is correct.
- The code cell [8]: to make the code cleaner, you can combine the first 3 lines in one (and the same about the second 3 lines).
- The code cells [12], [13], and [14]: also here it’s better to combine the code in one line, for each of these cells.
- About the lowest limit for price as 50$: when I was doing this project, I found some forums (unfortunately, in Russian) discussing that on the German eBay there are really some cars free of charge. But definitely, they represent very small percentage (3% of the whole dataset), so just removing them is also a solid approach in this case.
Hope my ideas were helpful. All in all, your project is very good and well-organized, congratulations!
Happy learning!