11 search resultsShowing 1~11 results

Stocked
motimoti

@motimoti

ufo -> python(3)

TDNET edinetに続いてtdnetも取得できるようにする 全然データの内容が違って全くやり辛いので、 ゴールは要素名指定して単純にデータが取れれば良いとする ※TDNETはUfocatc...

0
1
Comment0
motimoti

@motimoti

ufo -> python(4)

個別対応 edinet,TDNETから指定した年度の報告書、決算短信を取得することは可能になった 売上ならTDNET(code,year).entry('NetSale')、純利益ならobj.e...

0
0
Comment0
motimoti

@motimoti

ufo -> python (2)

名前空間 対象年月とエントリーを指定してデータは取れるようにしたけども、 各xbrlに含まれるデータの種類がわからない そもそもどんだけデータの定義があってどうなってるのかさっぱりわからない の...

0
1
Comment0
motimoti

@motimoti

ufo -> python

UfoCatch -> python UfoCatchを参考にXBRLにアクセスしてみる 使い勝手はUfoCatchに近づけたい 取得元 TDNET→有価証券報告書 EDINET→決算短信...

1
2
Comment0
motimoti

@motimoti

pythonでキャスト

キャスト How to convert (inherit) parent to child class? これでキャストのようなことは出来た Python でクラスのキャスト キャスト用のメソッ...

1
1
Comment0
motimoti

@motimoti

IPython

時間計測 %time ~処理 #処理全体の時間 %timeit ~処理 #処理中のループ一回の時間

0
0
Comment0
motimoti

@motimoti

ネットワーク

日本語を含むURLを処理する import urllib as ulb base = "http://www.test.co.jp/query/?" query = {"theme":u"日本語...

2
2
Comment0
motimoti

@motimoti

pillow

使い方 Pillow 3.1.1 基本 from PIL import Image as img im = im.open("{file}") 情報確認 im.size # (xx,xx) 結合...

1
3
Comment0

11 search resultsShowing 1~11 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in