<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>panel | Carlos Mendez</title><link>https://carlos-mendez.org/ja/tag/panel/</link><atom:link href="https://carlos-mendez.org/ja/tag/panel/index.xml" rel="self" type="application/rss+xml"/><description>panel</description><generator>Wowchemy (https://wowchemy.com)</generator><language>ja-jp</language><copyright>© 2018–2026 Carlos Mendez. All rights reserved.</copyright><lastBuildDate>Thu, 18 Jun 2026 00:00:00 +0000</lastBuildDate><image><url>https://carlos-mendez.org/media/icon_huedfae549300b4ca5d201a9bd09a3ecd5_79625_512x512_fill_lanczos_center_3.png</url><title>panel</title><link>https://carlos-mendez.org/ja/tag/panel/</link></image><item><title>expdpy</title><link>https://carlos-mendez.org/ja/projects/expdpy/</link><pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate><guid>https://carlos-mendez.org/ja/projects/expdpy/</guid><description>&lt;h2 id="expdpy--パネルデータをインタラクティブに探索">expdpy — パネルデータをインタラクティブに探索&lt;/h2>
&lt;p>&lt;strong>expdpy&lt;/strong> は、パネルデータおよびクロスセクションデータのための探索的データ分析ツールキットで、モダンなPythonツール（Plotly、pyfixest、Great Tables）の上に構築されています。組み合わせ可能な分析関数と2つのノーコードウェブアプリを兼ね備えており、R パッケージ ExPanDaR の Python 移植版です。&lt;/p>
&lt;h3 id="はじめに">はじめに&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>&lt;a href="https://colab.research.google.com/github/cmg777/expdpy/blob/main/notebooks/quickstart.ipynb" target="_blank" rel="noopener">クイックスタート用ノートブック（Colab）&lt;/a>&lt;/strong> — インストール不要で、ブラウザ上でパッケージを最初から最後まで実行できます。&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://expdpy.streamlit.app/" target="_blank" rel="noopener">オンラインアプリ（Streamlit）&lt;/a>&lt;/strong> — 付属のデータセットを、コードを書かずに探索できます。&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://cmg777.github.io/expdpy/reference/" target="_blank" rel="noopener">API リファレンス&lt;/a>&lt;/strong> — 関数レベルの完全なドキュメント。&lt;/li>
&lt;/ul>
&lt;h3 id="主な機能">主な機能&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>探索&lt;/strong> — 記述統計、相関行列、極値の検出、ヒストグラム、時系列・分位点トレンド、グループ別の棒／バイオリングラフ、および LOESS 平滑化（任意）付きの散布図。&lt;/li>
&lt;li>&lt;strong>モデリング&lt;/strong> — 多元固定効果とクラスター頑健標準誤差、出版品質の回帰表、Frisch–Waugh–Lovell 部分回帰プロット、外れ値処理（ウィンソライズ／切り捨て）。&lt;/li>
&lt;li>&lt;strong>再現&lt;/strong> — 任意のセッションを Jupyter ノートブック、Python スクリプト、または整形済みデータセットとして書き出し、アプリ間で設定を引き継げます。&lt;/li>
&lt;/ul>
&lt;h3 id="使用例">使用例&lt;/h3>
&lt;pre>&lt;code class="language-python">import expdpy as ex
from expdpy.data import load_kuznets
df = load_kuznets() # 80か国の合成パネル
ex.prepare_scatter_plot(
df, x=&amp;quot;log_gdp_pc&amp;quot;, y=&amp;quot;gini_regional&amp;quot;, color=&amp;quot;continent&amp;quot;, size=&amp;quot;population&amp;quot;, loess=1
).show()
&lt;/code>&lt;/pre>
&lt;h3 id="2つのノーコードアプリ">2つのノーコードアプリ&lt;/h3>
&lt;p>同じ分析を、マルチページの &lt;strong>Streamlit&lt;/strong> アプリ（クラウドにデプロイ可能）と単一ビューの &lt;strong>Shiny for Python&lt;/strong> アプリを通じて、コードを書かずにブラウザ上で利用できます。&lt;/p>
&lt;h3 id="サンプルデータ">サンプルデータ&lt;/h3>
&lt;p>expdpy には、N字型の格差曲線を示すための合成 &lt;strong>Kuznets&lt;/strong> パネル（80か国、2015〜2025年）と、&lt;strong>Gapminder&lt;/strong> データセットが付属しています。&lt;/p>
&lt;h3 id="インストール">インストール&lt;/h3>
&lt;pre>&lt;code class="language-bash">pip install &amp;quot;git+https://github.com/cmg777/expdpy.git&amp;quot;
&lt;/code>&lt;/pre>
&lt;p>expdpy は、Joachim Gassen 氏と TRR 266 プロジェクトによる R パッケージ &lt;a href="https://github.com/joachim-gassen/ExPanDaR" target="_blank" rel="noopener">ExPanDaR&lt;/a> の Python 移植版です。研究での利用の際は、原典を引用してください。MIT ライセンスの下で公開されています。&lt;/p></description></item></channel></rss>