Tuesday Tip #21: Find the perfect dataset for your next project 🎯


Hi Reader, let’s get straight to the tip this week!


πŸ‘‰ Tip #21: Five sources for interesting datasets

Let’s say that you need to find a dataset for a Data Science project. Perhaps this is a project for school, or a practice project to build up your portfolio and showcase your skills.

Where should you look? Here are 5 sources I recommend checking out:

  1. ​Kaggle Datasets: It’s fun to browse, and the upvoting system makes it easy to discover higher-quality datasets. Also, its Data Explorer lets you see a preview of the raw data.
  2. ​Data Is Plural: This is a fascinating weekly newsletter (since 2015!) that highlights β€œuseful/curious datasets.” Search its archive via a Google Sheet or web app.
  3. ​Awesome Public Datasets: A gigantic list (on GitHub) of high-quality datasets grouped by topic.
  4. ​Data.gov: Open data from the US government. It’s huge, well-organized, and more interesting than you would think!
  5. ​Google Dataset Search: This is a great way to search for a dataset, especially if you already have a specific topic in mind. Also, the autocomplete feature is quite nice!

Want even more options? Sebastian Raschka compiled this list of dataset repositories for Machine Learning and Deep Learning.


If you enjoyed this week’s tip, please forward it to a friend! Takes only a few seconds, and it really helps me out! πŸ™Œ

See you next Tuesday!

- Kevin

P.S. If toddlers had lawyers (video)

Did someone awesome forward you this email? Sign up here to receive data science tips every week!

Learn Data Science from Data School πŸ“Š

Join 25,000+ aspiring Data Scientists and receive Python & Data Science tips every Tuesday!

Read more from Learn Data Science from Data School πŸ“Š

Hi Reader, Next week, I’ll be offering a Black Friday sale on ALL of my courses. I’ll send you the details this Thursday! 🚨 πŸ‘‰ Tip #50: What is a "method" in Python? In Python, a method is a function that can be used on an object because of the object's type. For example, if you create a Python list, the "append" method can be used on that list. All lists have an "append" method simply because they are lists: If you create a Python string, the "upper" method can be used on that string simply...

Hi Reader, I appreciate everyone who has emailed to check on me and my family post-Helene! It has been more than 6 weeks since the hurricane, and most homes in Asheville (mine included) still don't have clean, running water. We're hopeful that water service will return within the next month. In the meantime, we're grateful for all of the aid agencies providing free bottled water, free meals, places to shower, and so much more. ❀️ Thanks for allowing me to share a bit of my personal life with...

Hi Reader, Regardless of whether you enrolled, thanks for sticking with me through the launch of my new course! πŸš€ I've already started exploring topics for the next course... πŸ˜„ πŸ”— Link of the week git cheat sheet (PDF) A well-organized and highly readable cheat sheet from Julia Evans, the brilliant mind behind Wizard Zines! πŸ‘‰ Tip #48: Three ways to set your environment variables in Python I was playing around with Mistral LLM this weekend (via LangChain in Python), and I needed to set an...