Hello,
I wish to share my project on the ebay car sales data.
https://app.dataquest.io/m/294/guided-project%3A-exploring-ebay-car-sales-data/9/next-steps
Basics_car_sales.ipynb (116.9 KB)
Click here to view the jupyter notebook file in a new tab
Hello,
I wish to share my project on the ebay car sales data.
https://app.dataquest.io/m/294/guided-project%3A-exploring-ebay-car-sales-data/9/next-steps
Basics_car_sales.ipynb (116.9 KB)
Click here to view the jupyter notebook file in a new tab
Hello @ArchanaSoman Welcome to the DataQuest community. Kudos on completing your project
autos.head()
, autos.tail()
or autos.sample(5)
so that user won’t spend time scrolling down the dataframe.Have a nice day,
Best,
Vick.
Thanks a lot. I will work on the feedback.