<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>data-collection on Dimitris Kokoretsis</title>
    
    
    
    <link>https://dimitris.netlify.app/tags/data-collection/</link>
    <description>Recent content in data-collection on Dimitris Kokoretsis</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 05 Jan 2024 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://dimitris.netlify.app/tags/data-collection/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>How to get data from websites (fast)</title>
      <link>https://dimitris.netlify.app/posts/web-scraping/</link>
      <pubDate>Fri, 05 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://dimitris.netlify.app/posts/web-scraping/</guid>
      <description>
        
          &lt;img src=&#34;https://dimitris.netlify.app/posts/web-scraping/thumbnail.gif&#34;/&gt;
          
        
        
        
          So far in this blog, we&amp;rsquo;ve tried to answer questions by creating &amp;ldquo;fake&amp;rdquo; artificial data, and finding patterns in it. That&amp;rsquo;s fun and all, but sometimes we just need data from the real world. Take for example the simple question:
Which are the 10 most densely populated countries?
In this post we&amp;rsquo;ll focus on data collection instead of analysis. As long as the data is accessible and somewhat structured in a webpage, we&amp;rsquo;ll see how to extract it for further processing and analysis - without tedious copy-pasting but with a code-based process called web scraping.
          
        
        </description>
    </item>
    
  </channel>
</rss>