목록데이터분석 (3)
준호씨의 블로그
9장 R 예제에 보면 다음과 같은 내용이 있다. source("http://www.hanb.co.kr/exam/2011/hfda.R") 하지만 안된다. > source("http://www.hanb.co.kr/exam/2011/hfda.R") Error in source("http://www.hanb.co.kr/exam/2011/hfda.R") : http://www.hanb.co.kr/exam/2011/hfda.R:1:1: unexpected '
brew 를 이용하면 anaconda 를 손 쉽게 설치 할 수 있군 (지난번에 brew 에 살짝 실망 했다가 다시 brew 만세) brew install Caskroom/cask/anaconda 설치 하다 보면 다음과 같은 문구가 지나 간다. To use anaconda, you may need to add the ~/anaconda/bin directoryto your PATH environment variable, eg (for bash shell): export PATH=~/anaconda/bin:"$PATH" anaconda 를 사용 하려면 PATH 에 anaconda path 를 앞에다가 두라는 말이다. 그런데 이거 하고 나면 python path 가 바뀌니 기본 설정에는 못 넣겠고 alias ..
Python for Data Analysis 스터디 중이다. 관련 내용을 정리 해 본다. 책 - Python for Data Analysis웨스 맥키니 지음 Wes Mckinney 번역서 초판 2013년 10월 1일 http://www.hanbit.co.kr/book/look.html?isbn=978-89-6848-047-8 역자 김영근 원서 2012년 10월 http://shop.oreilly.com/product/0636920023784.do 데이터 및 샘플코드 https://github.com/pydata/pydata-book 예제에서 주로 사용하는 Python 모듈 책 저자의 2012 PyCon 발표 영상 Data analysis in Python with pandas 무려 3시간 16분 짜리 영..