<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>全国個人事業主支援協会 | 山市 祥大 | Activity</title>
	<link>https://kojinjigyou.org/member-index/yamaichi_s3275/activity/</link>
	<atom:link href="https://kojinjigyou.org/member-index/yamaichi_s3275/activity/feed/" rel="self" type="application/rss+xml" />
	<description>山市 祥大 についてのアクティビティフィード。</description>
	<lastBuildDate>Sat, 18 Apr 2026 05:03:35 +0900</lastBuildDate>
	<generator>https://buddypress.org/?v=6.3.0</generator>
	<language>ja</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">55186ea335c8662a2a3ae86b5845bd99</guid>
				<title>山市 祥大 wrote a new post, Amazon Redshiftの便利な関数：LISTAGG()</title>
				<link>https://kojinjigyou.org/?p=79627</link>
				<pubDate>Fri, 27 Dec 2024 03:24:08 +0900</pubDate>

									<content:encoded><![CDATA[<p>LISTAGG()は、グループ化されたデータの値を1つの文字列に連結する集計関数です。複数行のデータを1行にまとめたい場合に特に便利で、カンマ区切りやその他の区切り文字で値を結合できます。</p>
<p>構文：<br />
LISTAGG(expression [, &#8216;delimiter&#8217;]) WITHIN GROUP (ORDER BY order_list)</p>
<p>使用例：</p>
<p>sql</p>
<p>&#8212; 部署ごとの従業員名を連結<br />
SELECT[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2a0de31fb0fe200be06e56198bfc07ff</guid>
				<title>山市 祥大 wrote a new post, Amazon RedshiftのDATEADD()関数について</title>
				<link>https://kojinjigyou.org/?p=75115</link>
				<pubDate>Mon, 30 Sep 2024 05:54:18 +0900</pubDate>

									<content:encoded><![CDATA[<p>Amazon[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b4e7d176fbdbca81e7e80c84f6758dcd</guid>
				<title>山市 祥大 wrote a new post, コホート分析とは</title>
				<link>https://kojinjigyou.org/?p=70270</link>
				<pubDate>Thu, 27 Jun 2024 03:21:19 +0900</pubDate>

									<content:encoded><![CDATA[<p>業務でコホート分析を扱ったので、備忘録としてまとめます。</p>
<p>コホート分析は、ユーザーグループ（またはコホート）を特定の時間枠で追跡し、そのパフォーマンスを比較する分析手法です。これにより、特定の製品、サービス、または戦略が時間によってどのようにパフォーマンスを発揮するかを理解できます。</p>
<p> </p>
<p>コホート分析の主な利点はその「ディープダイブ」性能です。多くの場合、企業は製品やサービスのパフォーマンスが全体的に上下して[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7a3588d52c8a7d603138215f2ca78f8</guid>
				<title>山市 祥大 wrote a new post, Kaggleについて</title>
				<link>https://kojinjigyou.org/?p=68917</link>
				<pubDate>Thu, 30 May 2024 06:14:52 +0900</pubDate>

									<content:encoded><![CDATA[<p>Kaggleは、初心者からプロフェッショナルまでを対象としたデータ分析コンピューションプラットフォームです。全世界の情報、質問、教材、データセットと連携し、データサイエンスに興味がある全てのレベルに対応しています。</p>
<p>Kaggleは二つ主要な機能を提供します。まず、ユーザーがデータセットを掲載し、そのデータを元にした議論や分析を共有するプラットフォーム。そして、様々な企業が主催するデータ分析コンテスト。これらのコンテストで[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d6f0a3d23103b42ad564d2d582101d0</guid>
				<title>山市 祥大 wrote a new post, Amazon RedshiftでPERCENTILE_CONTを使用して中央値を求める</title>
				<link>https://kojinjigyou.org/?p=66636</link>
				<pubDate>Mon, 08 Apr 2024 07:09:51 +0900</pubDate>

									<content:encoded><![CDATA[<p>Amazon[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">25c6c219483486f4ca51a600297c1bc4</guid>
				<title>山市 祥大 wrote a new post, Docker に MySQL を用意する手順</title>
				<link>https://kojinjigyou.org/?p=65530</link>
				<pubDate>Thu, 14 Mar 2024 09:47:07 +0900</pubDate>

									<content:encoded><![CDATA[<p>1. ディレクトリ構成の決定<br />
以下のようなディレクトリワークスペースを作成します。</p>
<p>/my-docker-mysql<br />
  ├── Dockerfile<br />
  ├── config<br />
  │   └── my.cnf<br />
  └── data</p>
<p> 	Dockerfile ： Dockerイメージを構成するための指示書<br />
 	config/my.cnf ： MySQLの設定ファイル[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">50bce9e33cbbb0360c5970db18915b33</guid>
				<title>山市 祥大 wrote a new post, Amazon Redshift　RANK()関数について</title>
				<link>https://kojinjigyou.org/?p=64735</link>
				<pubDate>Thu, 29 Feb 2024 03:11:48 +0900</pubDate>

									<content:encoded><![CDATA[<p>RANK()関数は、特定のパーティション内の行にランキングを付けるためのウィンドウ関数です。この関数は、同一値に対して同じ順位を割り当て、次の順位はスキップされます。たとえば、2つの行が1位の場合、次の行は3位になります。</p>
<p>具体的な使用法は次の通りです：</p>
<p>SELECT department, sales, RANK() OVER (PARTITION BY department ORDER BY sales DES[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">90c0284cb49e73b85aff7c668ba10542</guid>
				<title>山市 祥大 wrote a new post, BIツール「Redash」とは</title>
				<link>https://kojinjigyou.org/?p=63422</link>
				<pubDate>Wed, 31 Jan 2024 07:15:14 +0900</pubDate>

									<content:encoded><![CDATA[<p>業務でRedash（リダッシュ）を使用しているので、当ツールに関して簡単にまとめました。</p>
<p> </p>
<p>Redash（リダッシュ）は、企業や組織がデータを可視化し、インサイトを共有するためのオープンソースのBIツールです。</p>
<p>SQLやGraphQLなど多様なデータソースにクエリを実行し、結果をダッシュボードやグラフとして視覚的に表示します。</p>
<p>Redashを活用することで、非技術者でもデータに基づいた意思決定を行いや[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d011bb29710bea1806845fe2975b11bb</guid>
				<title>山市 祥大 さんがプロフィール写真を変更しました</title>
				<link>https://kojinjigyou.org/member-activity/p/23544/</link>
				<pubDate>Mon, 29 Jan 2024 14:41:00 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">05a95b6efebd41a7b360f20bd8cb360c</guid>
				<title>山市 祥大 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/23356/</link>
				<pubDate>Mon, 22 Jan 2024 04:05:10 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>