<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chirotec</author_name>
  <author_url>https://blog.hatena.ne.jp/chirotec/</author_url>
  <blog_title>chirotec’s blog</blog_title>
  <blog_url>https://chirotec.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>Pandas</anon>
  </categories>
  <description>今日のお題 前回の記事ではPythonとPandasを使ってExcelファイルを読みましたが、今回はその詳しい解説とその続きです。 C++,C#などでそこそこ熟練したプログラマーがPythonに初めて触れたときの感想、といった内容になってきました。 Excelシートの内容をDataFrameに変換 まずは前回記事のコードの解説からです。 # インポート import pandas as pd# ファイルのロードfilename = &quot;C:\work\in\実験.xlsx&quot;file = pd.ExcelFile(filename, encoding='utf8')# シートをDataFrame型…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchirotec.hatenablog.com%2Fentry%2F2018%2F03%2F16%2F161749&quot; title=&quot;Python、Pandasを用いたExcelシート取り扱い - chirotec’s blog&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-03-16 16:17:49</published>
  <title>Python、Pandasを用いたExcelシート取り扱い</title>
  <type>rich</type>
  <url>https://chirotec.hatenablog.com/entry/2018/03/16/161749</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
