<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog &amp; Thoughts on Personal website of Amit Grinson. Data Analytics &amp; Visualizations</title>
    <link>https://www.amitgrinson.com/blog/</link>
    <description>Recent content in Blog &amp; Thoughts on Personal website of Amit Grinson. Data Analytics &amp; Visualizations</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Amit Grinson</copyright>
    <lastBuildDate>Sat, 08 Jul 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://www.amitgrinson.com/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How To: Group by &amp; Window Functions Together</title>
      <link>https://www.amitgrinson.com/blog/window-function-with-groupby/</link>
      <pubDate>Sat, 08 Jul 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/window-function-with-groupby/</guid>
      <description>A short overview of how to use window functions within a group by query. Going over 3 examples that help illustrate how to combine the two, as well as a better understanding the order of opertaions in SQL</description>
    </item>
    
    <item>
      <title>Following users&#39; funds and possible money layering using a recursive CTE</title>
      <link>https://www.amitgrinson.com/blog/follow-the-money-with-a-recursion/</link>
      <pubDate>Sun, 16 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/follow-the-money-with-a-recursion/</guid>
      <description>Though not commonly used, recursive CTEs can be a great tool to work with hierarchal formatted data. In this post we learn to use them to identify where money was moved to by following users transfer activities</description>
    </item>
    
    <item>
      <title>Text Manipulation &amp; RegEx in a Data Analysis Flow (with examples in SQL vs  Python/R)</title>
      <link>https://www.amitgrinson.com/blog/regex-in-sql/</link>
      <pubDate>Mon, 29 Aug 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/regex-in-sql/</guid>
      <description>Going over various cases of text operations in a data analysis flow, showing how to solve it with R/Python compared to SQL.</description>
    </item>
    
    <item>
      <title>Community visualization challenges and their educational inspiration (talk summary)</title>
      <link>https://www.amitgrinson.com/blog/isvis-talk-post/</link>
      <pubDate>Tue, 28 Jun 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/isvis-talk-post/</guid>
      <description>Summarizing the things I love about and learned from data visualization challenges as part of a talk I gave at the Israeli visualization conference, 2022.</description>
    </item>
    
    <item>
      <title>R vs Python — Live Stream Analysis</title>
      <link>https://www.amitgrinson.com/blog/r-and-python/</link>
      <pubDate>Thu, 02 Jun 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/r-and-python/</guid>
      <description>Using both R and Python we answer various questions about the Dog of Zurich dataset. Try it yourself and get some hands-on data analysis practice</description>
    </item>
    
    <item>
      <title>Reviewing an SQL interview question</title>
      <link>https://www.amitgrinson.com/blog/review-of-an-sql-interview-question/</link>
      <pubDate>Tue, 31 Aug 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/review-of-an-sql-interview-question/</guid>
      <description>Solving an SQL interview question using three different approaches.</description>
    </item>
    
    <item>
      <title>Distances to Golda Ice-Cream Locations in Israel</title>
      <link>https://www.amitgrinson.com/blog/exploring-ice-cream-locations/</link>
      <pubDate>Wed, 10 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/exploring-ice-cream-locations/</guid>
      <description>Exploring maps and distances to various Golda ice-cream locations throughout Israel</description>
    </item>
    
    <item>
      <title>Automatic Rendering of a Plot with GitHub Actions</title>
      <link>https://www.amitgrinson.com/blog/automated-plot-with-github-actions/</link>
      <pubDate>Sun, 03 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/automated-plot-with-github-actions/</guid>
      <description>a light introduction to GitHub Actions for automating a plot of frequently used R packages.</description>
    </item>
    
    <item>
      <title>My year in R</title>
      <link>https://www.amitgrinson.com/blog/my-year-in-r/</link>
      <pubDate>Thu, 15 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/my-year-in-r/</guid>
      <description>Looking back at my year of learning R</description>
    </item>
    
    <item>
      <title>Survey categorical variables with KableExtra</title>
      <link>https://www.amitgrinson.com/blog/printing-survey-table/</link>
      <pubDate>Tue, 01 Sep 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/printing-survey-table/</guid>
      <description>Aestheticaly printing descriptive variables from your survey data</description>
    </item>
    
    <item>
      <title>Defining uncertainty in the Israeli lottery</title>
      <link>https://www.amitgrinson.com/blog/uncertainty-in-the-israeli-lottery/</link>
      <pubDate>Thu, 09 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/uncertainty-in-the-israeli-lottery/</guid>
      <description>Exploring the probability of winning the lottery at and by a given trial with the Geometric distribution</description>
    </item>
    
    <item>
      <title>Learning Tfidf with Political Theorists</title>
      <link>https://www.amitgrinson.com/blog/learning-tfidf-with-political-theorists/</link>
      <pubDate>Sun, 31 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/learning-tfidf-with-political-theorists/</guid>
      <description>Learning tf-idf through political theorists.</description>
    </item>
    
    <item>
      <title>Hosting interactive graphs online</title>
      <link>https://www.amitgrinson.com/blog/sharing-interactive-charts/</link>
      <pubDate>Fri, 01 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/sharing-interactive-charts/</guid>
      <description>A walk through for sharing your interactive visualizations on GitHub Pages</description>
    </item>
    
    <item>
      <title>Israeli elections on Twitter</title>
      <link>https://www.amitgrinson.com/blog/israeli-elections-on-twitter/</link>
      <pubDate>Mon, 20 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/israeli-elections-on-twitter/</guid>
      <description>Analyzing tweets from the the Israeli elections week</description>
    </item>
    
    <item>
      <title>Making updating exam grades easy with R</title>
      <link>https://www.amitgrinson.com/blog/update-exam-grades-easy-with-r/</link>
      <pubDate>Sat, 15 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/update-exam-grades-easy-with-r/</guid>
      <description>In this post I discuss my use of the xlsx and clipr packages for optimizing how I updated students exams</description>
    </item>
    
    <item>
      <title>Visualizing Eliud Kichoge&#39;s new marathon record</title>
      <link>https://www.amitgrinson.com/blog/eliud-kichoge/</link>
      <pubDate>Fri, 07 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/eliud-kichoge/</guid>
      <description>In this post I plot Eliud Kichoge new marathon record using rvest to get data from wikipedia and ggimage for plotting images as points</description>
    </item>
    
    <item>
      <title>Mapping bomb shelters in Be&#39;er-Sheva, IL</title>
      <link>https://www.amitgrinson.com/blog/bomb-shelters/</link>
      <pubDate>Tue, 14 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.amitgrinson.com/blog/bomb-shelters/</guid>
      <description>While rockets were fired towards Israel I decided to take the opportunity and plot  bomb shelters in Beer-Sheva.</description>
    </item>
    
  </channel>
</rss>
