Skip to content

Instantly share code, notes, and snippets.

View FinanceData's full-sized avatar
💭
I may be slow to respond.

FinanceData.KR FinanceData

💭
I may be slow to respond.
View GitHub Profile
@FinanceData
FinanceData / list_add.py
Created March 14, 2018 19:14
리스트 덧셈 뺄셈
# A + B
A = [1, 2, 3]
B = [3, 4]
C = list(set(A+B))
C
@FinanceData
FinanceData / BTC-2017-11.csv
Created December 26, 2017 17:36
BTC-2017-11
We can't make this file beautiful and searchable because it's too large.
Date,Open,High,Low,Close,Volume
2017-11-01 00:00:00+09:00,7263000.0,7263000.0,7260000.0,7260000.0,1.01626155
2017-11-01 00:01:00+09:00,7260000.0,7260000.0,7259000.0,7260000.0,0.71820564
2017-11-01 00:02:00+09:00,7231000.0,7231000.0,7231000.0,7231000.0,0.000416
2017-11-01 00:03:00+09:00,7259000.0,7259000.0,7230000.0,7230000.0,1.54541377
2017-11-01 00:04:00+09:00,7230000.0,7231000.0,7206000.0,7206000.0,2.45012834
2017-11-01 00:05:00+09:00,7206000.0,7206000.0,7165000.0,7173000.0,0.70013569
2017-11-01 00:06:00+09:00,7173000.0,7199000.0,7088000.0,7088000.0,4.88298532
2017-11-01 00:07:00+09:00,7103000.0,7172000.0,7103000.0,7131000.0,7.26598088
2017-11-01 00:08:00+09:00,7131000.0,7171000.0,7105000.0,7165000.0,6.61409715
@FinanceData
FinanceData / pandas DataFrame 저장 포맷별 xls, csv, hdf, pickle 성능.ipynb
Created November 26, 2017 15:58
pandas DataFrame 저장 포맷별 xls, csv, hdf, pickle 성능
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / [Q&A] pandas_datareader, Google Finance 조회 문제와 해결.ipynb
Created November 14, 2017 05:44
[Q&A] pandas_datareader, Google Finance 조회 문제와 해결
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / etf_usa.csv
Created November 10, 2017 09:49
미국 ETF 상품
id 국가 ETF 상품명
525 미국 SPDR S&P 500
40668 미국 Financial Select Sector SPDR Fund
40671 미국 iPath S&P 500 VIX Short-Term Futures Exp 30 Jan 2019
40689 미국 ProShares Ultra VIX Short-Term Futures
14202 미국 iShares Russell 2000
505 미국 iShares MSCI Emerging Markets
40650 미국 iShares H/Y Corporate Bond
40651 미국 SPDR Barclays High Yield Bond
40681 미국 VanEck Vectors Gold Miners
@FinanceData
FinanceData / 발틱운임지수(BDI)와 해양운송업(팬오션).ipynb
Last active November 8, 2017 12:49
발틱운임지수와 해양운송업(팬오션)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / 뉴스 텍스트 Word Cloud.ipynb
Created November 5, 2017 16:41
뉴스 텍스트 Word Cloud
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / stock_master.csv
Last active November 5, 2017 15:58
MeCab 사용자 사전 (거래소 종목명 전체 2017-11-07 현재)
3S NNP * T 3S * * * *
AJ네트웍스 NNP * F AJ네트웍스 * * * *
AJ렌터카 NNP * F AJ렌터카 * * * *
AK홀딩스 NNP * F AK홀딩스 * * * *
APS홀딩스 NNP * F APS홀딩스 * * * *
AP시스템 NNP * T AP시스템 * * * *
AP위성 NNP * T AP위성 * * * *
BGF리테일 NNP * T BGF리테일 * * * *
BNK금융지주 NNP * F BNK금융지주 * * * *
BYC NNP * T BYC * * * *
@FinanceData
FinanceData / simple test for utf-8 and euc-kr.ipynb
Last active August 23, 2017 04:50
UTF-8, EUC-KR 간단한 확인 (on windows)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / remove-n-repeating-pattern-with-regex.ipynb
Created August 20, 2017 15:24
remove n repeating pattern with regex
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.