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 / gist_search.md
Created August 1, 2017 05:25
Gist search

Gist search

Basic search

This search Finds repositories with…
cat stars:\>100 Find cat gists with greater than 100 stars.
user:defunkt Get all gists from the user defunkt.
cat anon:true Include anonymous gists in your search for cat-related gists.
NOT cat Excludes all results containing cat.
This file has been truncated, but you can view the full file.
법정동코드 법정동명 폐지여부
1100000000 서울특별시 존재
1111000000 서울특별시 종로구 존재
1111010100 서울특별시 종로구 청운동 존재
1111010200 서울특별시 종로구 신교동 존재
1111010300 서울특별시 종로구 궁정동 존재
1111010400 서울특별시 종로구 효자동 존재
1111010500 서울특별시 종로구 창성동 존재
1111010600 서울특별시 종로구 통의동 존재
1111010700 서울특별시 종로구 적선동 존재
@FinanceData
FinanceData / regex_and_string_comp.py
Created July 26, 2017 05:16
정규식 문자열 처리 비교
# 시간 비교
import re
import requests
from bs4 import BeautifulSoup
r = requests.get('http://naver.com')
def using_soup():
soup = BeautifulSoup(r.text, 'lxml')
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / 웹기반 데이터 시각화 04 - D3 실습.ipynb
Created July 30, 2016 21:15
웹기반 데이터 시각화 04 - D3 실습
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / code_toggle.py
Created July 22, 2016 05:05 — forked from jamesbishopca/code_toggle.py
Code toggle button for IPython notebook
'''Creates a button to toggle code inputs on and off.'''
from IPython.core.display import display_html
di.display_html('''
<script>
'use strict';
function code_toggle() {
let code = $('div.input');
code.css('display') == 'none' ? code.show() : code.hide();
}
@FinanceData
FinanceData / notebook.ipynb
Last active July 17, 2023 10:17
금융 통계학 기본 03 – 확률분포
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / pandas-05 Timeseries.ipynb
Last active October 31, 2018 05:31
pandas-05 시계열 (Timeseries)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / pandas-03 DataFrame.ipynb
Last active June 18, 2019 05:32
pandas-03 DataFrame
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / 마켓 데이터 크롤링 02 - 야후 파이낸스.ipynb
Last active June 2, 2023 11:23
마켓 데이터 크롤링 02 - 야후 파이낸스
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.