oldoc63 / learningDS

Learning DS with Codecademy and Books
0 stars 0 forks source link

Which sites feed Hacker News? #261

Open oldoc63 opened 2 years ago

oldoc63 commented 2 years ago

Hacker News stories are essentially links that take users to other websites. Which of these sites feed Hacker News the most: Github, Medium or New York Times? First, we want to categorize each story based on their source. We can do this using a CASE statement:

oldoc63 commented 2 years ago

Next, build on a previous query: