<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rare_Remrin</author_name>
  <author_url>https://blog.hatena.ne.jp/rare_Remrin/</author_url>
  <blog_title>Remrinのpython攻略日記</blog_title>
  <blog_url>https://python-remrin.hatenadiary.jp/</blog_url>
  <categories>
    <anon>numpy</anon>
    <anon>ライブラリ</anon>
    <anon>python</anon>
  </categories>
  <description>Numpyの配列の結合・分割について。 np.concatenate() ２個以上の配列を軸指定して結合する。 軸指定オプションのaxisはデフォルトが0 マスクは保存されない。（マスクについては別の記事で） import numpy as np a1 = np.array([[1, 2, 3], [4, 5, 6]]) a2 = np.array([[7, 8, 9], [0, 11, 12]]) print(np.concatenate([a1, a2], axis=0)) # [[ 1 2 3] # [ 4 5 6] # [ 7 8 9] # [ 10 11 12]] print(np.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpython-remrin.hatenadiary.jp%2Fentry%2Fconcatenate&quot; title=&quot;Numpyの使い方（１３）　結合・分割 - Remrinのpython攻略日記&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/r/rare_Remrin/20170513/20170513132338.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-05-13 11:39:42</published>
  <title>Numpyの使い方（１３）　結合・分割</title>
  <type>rich</type>
  <url>https://python-remrin.hatenadiary.jp/entry/concatenate</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
