Hello friends!
Find my third project , I would like some comments and suggestion on:
Markdown usage, style of coding, my analysis of data set and general clarity of project.
Thanks
Wole Moses
Exploring Ebay Car Sales Data.ipynb (363.6 KB)
Hello friends!
Find my third project , I would like some comments and suggestion on:
Markdown usage, style of coding, my analysis of data set and general clarity of project.
Thanks
Wole Moses
Exploring Ebay Car Sales Data.ipynb (363.6 KB)
Hi Wole, I think you mistakenly uploaded the .txt file instead of the .ipynb file.
I think this link could be helpful
Hi @wolewani,
I fixed your file (rendered it from txt to ipynb and nbviewer). Next time please follow the guidelines for sharing your projects (the link send by @nyaneba1).
Hi @wolewani
Congratulations for completing your third project on Exploring eBay cars. Your project looks good . The introduction, use of comments, code lines are so well worked on. Have got a suggestion;
[9]
you can also have the codes in just a single line as an alternative. Have a lookautos['price']=autos['price'].str.replace("$",'').str.replace(",",'').astype(int)
autos['price'].head()
Above will render same output.
Otherwise from my, Everything looks good and well presented
Happy Coding.
Well noted @ Brayan,
Thanks