<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ejinote</author_name>
  <author_url>https://blog.hatena.ne.jp/ejinote/</author_url>
  <blog_title>天色グラフィティ</blog_title>
  <blog_url>https://amalog.hateblo.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>データ解析</anon>
  </categories>
  <description>データ解析コンペの初期段階では、データを可視化して眺め、特徴を探すという探索的データ分析(EDA)が行われます。 Pythonでデータ分析している場合、可視化にはpandasのプロット機能、もしくはmatplotlibを使うことが多いでしょう。 今回はヒストグラムに絞って、僕が良く使っている書き方を紹介したいと思います。 題材とするデータにはKaggleのTitanicコンペのデータを使うことにしましょう。一部を抜き出してくるとこんな感じのデータになっています。今回はこのAgeの列を可視化してみたいと思います。 data = pd.read_csv('input/train.csv') dat…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Famalog.hateblo.jp%2Fentry%2Fvarious-histograms&quot; title=&quot;pandas + matplotlibで描くヒストグラムいろいろ - 天色グラフィティ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/e/ejinote/20180423/20180423105748.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-04-23 18:00:00</published>
  <title>pandas + matplotlibで描くヒストグラムいろいろ</title>
  <type>rich</type>
  <url>https://amalog.hateblo.jp/entry/various-histograms</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
