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 Artificial Intelligence from Data School 🤖

Join 25,000+ intelligent readers and receive AI tips every Tuesday!

Read more from Learn Artificial Intelligence from Data School 🤖

Hi Reader, Last week, I encouraged you to experiment with different LLMs, since there’s no one model that is superior across all use cases. Specifically, I suggested you try using Chatbot Arena, which allows you to chat with multiple models at once. It’s completely free, but has two significant disadvantages: Your chats are not private and may be used for research. It lacks the feature-rich interface provided by other LLMs. Today, I want to offer you a better method for experimenting with...

Hi Reader, Over the past 50 tips, I’ve touched on many different topics: Python, Jupyter, pandas, ML, data visualization, and so on. Going forward, I’m planning to focus mostly on Artificial Intelligence. I’m announcing this so you know what to expect, and I know what to deliver! 💌 I’ll also try to make the tips shorter, so that they're easier to digest on-the-go. Finally, I plan to include an “action item” each week, so that you can practice what you’re learning. I hope you like these...

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...