<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Elad Oz-Cohen on Personal website of Elad Oz-Cohen Data Analytics &amp; Visualizations</title>
    <link>https://eladozcohen.netlify.app/</link>
    <description>Recent content in Elad Oz-Cohen on Personal website of Elad Oz-Cohen Data Analytics &amp; Visualizations</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 15 Dec 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://eladozcohen.netlify.app/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The gg battle: &#39;ggplot&#39; vs &#39;ggpubr&#39;, which is the better plotting package?</title>
      <link>https://eladozcohen.netlify.app/blog/to-gg-or-not-to-gg/</link>
      <pubDate>Fri, 15 Dec 2023 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/blog/to-gg-or-not-to-gg/</guid>
      <description>R is a popular statistical computing language that offers many libraries for data visualization, including &amp;ldquo;ggpubr&amp;rdquo; and &amp;ldquo;ggplot.&amp;rdquo; Both packages are designed for creating publication-quality graphics, but they have some key differences that may make one more suitable for your needs than the other.
The packages &amp;ldquo;ggplot2&amp;rdquo; is an open-source data visualization package in R. It is based on the Grammar of Graphics and provides a layered approach to creating complex plots.</description>
    </item>
    
    <item>
      <title>SQL Marketing Campaign Analysis</title>
      <link>https://eladozcohen.netlify.app/project/banking/</link>
      <pubDate>Mon, 10 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/project/banking/</guid>
      <description>Question 1 - Data Exploration Investigating the conversion rate for both the continues and categorical variables in the data set.The goal is to to stop which features are associated with higher conversion rate (note: conversion rate is the ratio between the number of sales to leads) The continues variables:
SELECT y, ROUND(AVG(age),2) &amp;#39;Average Age&amp;#39;, ROUND(AVG(emp_var_rate),2) &amp;#39;Average Employee Varation Rate&amp;#39;, ROUND(AVG(CPI_index),2) &amp;#39;CPI index&amp;#39;, ROUND(AVG(cons_conf_index),2) &amp;#39;Consumer confidence index&amp;#39; FROM bank_data GROUP BY y The categorical variables:</description>
    </item>
    
    <item>
      <title>Mean and median Simulation using R</title>
      <link>https://eladozcohen.netlify.app/project/mean-and-median-manipulation/</link>
      <pubDate>Wed, 01 Mar 2023 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/project/mean-and-median-manipulation/</guid>
      <description> Sample screenshot: </description>
    </item>
    
    <item>
      <title>Python Web Scraping Project</title>
      <link>https://eladozcohen.netlify.app/project/amazon_scrapping/</link>
      <pubDate>Thu, 02 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/project/amazon_scrapping/</guid>
      <description>The following code retrives the name and price of an Amazon product an checks it&amp;rsquo;s prices at fixed intervals untill the product&amp;rsquo;s price drops below a specified point. The accumulated data is then stored in a CSV for later use. Please Feel free to use this code and modify it for your own project. # Importing libraries import time import csv import datetime import requests import os from bs4 import BeautifulSoup # Connecting to the Amazon&amp;#39;s product webpage.</description>
    </item>
    
    <item>
      <title>Sub-Queries in MSSQL: Unleashing the Power of Nested Queries</title>
      <link>https://eladozcohen.netlify.app/blog/subquaries-mssql/</link>
      <pubDate>Thu, 02 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/blog/subquaries-mssql/</guid>
      <description>Sub-queries, also known as nested queries, are an important feature in MSSQL that allow you to use the result of one query as the input for another query. This can be incredibly useful for complex queries that require multiple steps or when you need to retrieve data that depends on the results of another query.
There are two main types of sub-queries in MSSQL: simple sub-queries and correlated sub-queries.
Simple Sub-Queries A simple sub-query is a nested query that is completely independent of the outer query.</description>
    </item>
    
    <item>
      <title>Windows Functions in MSSQL: How to Be the Life of the SQL Party</title>
      <link>https://eladozcohen.netlify.app/blog/windows-func-mssql/</link>
      <pubDate>Sat, 21 Jan 2023 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/blog/windows-func-mssql/</guid>
      <description>Are you tired of writing repetitive SQL queries that perform the same calculation over and over again? Do you want to be the life of the SQL party and impress your colleagues with your newfound SQL skills? Well, look no further than windows functions in MSSQL!
Windows functions, also known as windowed or analytic functions, are a powerful feature in MSSQL that allow you to perform calculations across a set of rows that are related to the current row.</description>
    </item>
    
    <item>
      <title>Text Analysis in R</title>
      <link>https://eladozcohen.netlify.app/blog/text-analysis-r/</link>
      <pubDate>Wed, 28 Dec 2022 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/blog/text-analysis-r/</guid>
      <description>Text analysis in R is a powerful tool for exploring and understanding textual data. With R, you can perform a range of text analysis tasks, such as text cleaning, tokenization, stemming, sentiment analysis, and topic modeling. In this blog post, we will introduce you to some of the key text analysis techniques in R, and show you how to get started with analyzing your own text data. Let&amp;rsquo;s get staRted! (Note: the following blog assumes basic knowledge with the R programming language.</description>
    </item>
    
    <item>
      <title>A campfire</title>
      <link>https://eladozcohen.netlify.app/talk/campfire/</link>
      <pubDate>Tue, 12 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/talk/campfire/</guid>
      <description>I&amp;rsquo;m really excited to give this talk! Stay tuned for video and slides.</description>
    </item>
    
    <item>
      <title>A seedling</title>
      <link>https://eladozcohen.netlify.app/talk/second-seedling/</link>
      <pubDate>Fri, 01 Jan 2021 14:15:59 -0600</pubDate>
      
      <guid>https://eladozcohen.netlify.app/talk/second-seedling/</guid>
      <description></description>
    </item>
    
    <item>
      <title>A seedling</title>
      <link>https://eladozcohen.netlify.app/talk/seedling/</link>
      <pubDate>Mon, 13 Jan 2020 14:15:59 -0600</pubDate>
      
      <guid>https://eladozcohen.netlify.app/talk/seedling/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Typography Styles &amp; Element Examples</title>
      <link>https://eladozcohen.netlify.app/elements/</link>
      <pubDate>Mon, 18 Feb 2019 12:27:33 -0600</pubDate>
      
      <guid>https://eladozcohen.netlify.app/elements/</guid>
      <description>Font Sizes A A A A A A A A 6rem
(96px) 5rem
(80px) 3rem
(48px) 2.25rem
(36px) 1.5rem
(24px) 1.25rem
(20px) 1rem
(16px) .875rem
(14px) Type Samples Head&amp;shy;line Sub&amp;shy;head&amp;shy;line Level 1 Heading One page to rule them all...well, not really. This page displays sample typography and page elements to illustrate their style. Things like headings and paragraphs showing the beautiful type scale, form elements, tabular data, and image layouts just to name a few.</description>
    </item>
    
    <item>
      <title>Contributors</title>
      <link>https://eladozcohen.netlify.app/contributors/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/contributors/</guid>
      <description>Thank you to all the folks who have contributed both technical and creative skills to this project:
Desirée De Leon 🦒 (designed 5 of the custom color themes, made illustrations for the workshop, and provided general aesthetic feedback along the way)
Garrick Aden-Buie 🧙‍♀️ (debugged headroom.js and lent his panelset.js code to the theme)
Allison Horst 🐕 (awesome illustrations of campfires, seedlings, and evergreens, as well as my R Markdown hedgehog mascot 🦔)</description>
    </item>
    
    <item>
      <title>Data Visualization</title>
      <link>https://eladozcohen.netlify.app/data-visualizations/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/data-visualizations/</guid>
      <description>A page containing (an updating) visualizations from various projects and occasions.
Visualizations titles are linked referencing either to the source code or to a gallery. Only selected visualizations are shown below.
Enjoy!
Dashboard In this Tableau project I created a dashboard analyzing the behavior of customers.
Israel Bus Stops Density In this project, I visualized the amount of bus stops per 7 squared kilometers. And as indicated from the plot, the density is proportional to one&amp;rsquo;s distance to the central districts of Israel.</description>
    </item>
    
    <item>
      <title>License</title>
      <link>https://eladozcohen.netlify.app/license/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/license/</guid>
      <description>My blog posts are released under a Creative Commons Attribution-ShareAlike 4.0 International License.</description>
    </item>
    
    <item>
      <title>SQL Data Analysis - Covid-19</title>
      <link>https://eladozcohen.netlify.app/project/covid_portfolio/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/project/covid_portfolio/</guid>
      <description>Data used: https://ourworldindata.org/ Q1: Exploring infections death rates both at a global scale and at a continent scale. /* Using CTE to create a derived table with the relevant data at the continent scale */ WITH continents_average AS ( SELECT &amp;#39;Continent Average&amp;#39; AS &amp;#39;Location&amp;#39;, CONVERT(DATE,v.date,103) AS &amp;#39;Date&amp;#39;, ROUND(SUM(cd.new_cases)/COUNT(DISTINCT cd.continent),0) AS &amp;#39;New Infections&amp;#39;, ROUND(SUM(v.daily_vaccinations)/COUNT(DISTINCT cd.continent),0) AS &amp;#39;Vaccinations&amp;#39;, SUM(CAST(cd.new_deaths AS INT))/COUNT(DISTINCT cd.continent) AS &amp;#39;New Deaths&amp;#39; FROM vaccinations v INNER JOIN coviddeaths cd ON cd.</description>
    </item>
    
    <item>
      <title>SQL Nashville Housing Data set Cleaning</title>
      <link>https://eladozcohen.netlify.app/project/nashville_housing_portfolio/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://eladozcohen.netlify.app/project/nashville_housing_portfolio/</guid>
      <description>Standardize Date Format Select saleDateConverted, CONVERT(Date,SaleDate) From PortfolioProject.dbo.NashvilleHousing Update NashvilleHousing SET SaleDate = CONVERT(Date,SaleDate) -- If it doesn&amp;#39;t Update properly ALTER TABLE NashvilleHousing Add SaleDateConverted Date; Update NashvilleHousing SET SaleDateConverted = CONVERT(Date,SaleDate) Populate Property Address data Select * From PortfolioProject.dbo.NashvilleHousing --Where PropertyAddress is null order by ParcelID Select a.ParcelID, a.PropertyAddress, b.ParcelID, b.PropertyAddress, ISNULL(a.PropertyAddress,b.PropertyAddress) From PortfolioProject.dbo.NashvilleHousing a JOIN PortfolioProject.dbo.NashvilleHousing b on a.ParcelID = b.ParcelID AND a.[UniqueID ] &amp;lt;&amp;gt; b.[UniqueID ] Where a.</description>
    </item>
    
  </channel>
</rss>
