'pandas'에 해당하는 글 2건

python 및 머신러닝 교육, 슬로우캠퍼스


우리가 흔히 말하는 팬더 곰은 Giant panda 라고 합니다.


영화 '쿵푸 팬더'의 주인공은 팬더 곰 입니다.  팬더의 스승은 너구리일까요?

팬더의 사부도 팬더 입니다. 그 작은 팬더를 영어로 red panda 라고 부릅니다.


아래는 어제 미국 워싱톤 국립 공원에서 Rusty라는 이름의 red panda가 탈출했다고 다시 잡혀왔다는 기사입니다. (2013/06/25)


Red panda found after escaping from Washington's National zoo 


트위터에서도 #Rusty 가 이슈가 되었습니다. 






CNN 뉴스에도 ㅎㅎ.

http://edition.cnn.com/video/data/2.0/video/us/2013/06/24/tsr-todd-dnt-red-panda-found.cnn.html




http://www.usnews.com/news/articles/2013/06/24/photos-the-red-pandas-many-faces-rusty-the-red-panda-escaped-the-smithsonian-national-zoo-early-monday-in-washington-dc




The Peeking Panda: A red panda living with two giant pandas peers over a tree trunk at the River Safari Zoo in Singapore. (Roslan Rahman/AFP/Getty Images)


WRITTEN BY
manager@
Data Analysis, Text/Knowledge Mining, Python, Cloud Computing, Platform

,

python 및 머신러닝 교육, 슬로우캠퍼스



사이트 http://scipy.org/ ,  http://scipy.github.com

  수학/과학/공학 및 데이타 분석을 위한 모든 python 패키지/라이브러리 포털의 역할을 제공하고자 한다. numpy가 가장 기본 패키지이다.  scipy, pandas, pytables 들은 numpy 기반으로 구현되었다.



NumPy
Base N-dimensional array package
SciPy library
Fundamental library for scientific computing
Matplotlib
Comprehensive 2D Plotting
IPython
Enhanced Interactive Console
Sympy
Symbolic mathematics
pandas
Data structures & analysis



pandas  데이터 분석에 알맞은 패키지.  

    • 금융분야에서 일하는 Wes McKinney 라는 사람이 2008년에 만든 데이타 분석용 (Time Series 등) 패키지. 계속 발전 중.
    • pandas 홈피: http://pandas.pydata.org/
    • Wes McKinney
      • 블로그: http://blog.wesmckinney.com/
      • 발표 자료 : http://www.slideshare.net/wesm/intro-to-python-for-financial-data-analysis
      • twitter.com/wesmckinn 

  

Python for Data Analysis

  책: "Python for Data Analysis" : pandas를 만든 분('Wes McKinney')이 쓴 책으로, pandas 의 사용법 및 분석 개발이 잘 설명되어 있다. 


 http://oreilly.com/shop/product/0636920023784.html










scikit

python 에서 machine learning , data mining 을 할때 필수적으로 사용되는 오픈소스로서, 거의 대부분의 machine learning 알고리즘이 있을 뿐만 아니라, 그것을 아주 편하게 사용할 수 있게 시스템화 되어 있다.


scrapy

  • scrapy : python 에서 크롤링 할때 사용하는 대표적인 오픈소스로서, 크롤링을 우아하고 쉽게 할 수 있게 도와준다.


SciTools : 과학/공학 계산에 알맞은 패키지.  numpy, scpy 기반.  

홈피: https://code.google.com/p/scitools/

is a Python package containing many useful tools for scientific computing in Python. The package is built on top of other widely used packages such as NumPy, SciPy, ScientificPython, Matplotlib, Gnuplot, etc.






  PyTables

커뮤니티 활동이 활발해 보이지는 않음.

'Data/Text/Knowledge Analysis & Mining' 카테고리의 다른 글

Crawler 운영 관리 도구  (0) 2013.07.11
DBPedia ontology  (0) 2013.07.11
DBpedia 데이타  (0) 2013.07.11
추천 관련 좋은 강의자료  (0) 2013.04.15
Web mining, Visualization  (0) 2013.03.13

WRITTEN BY
manager@
Data Analysis, Text/Knowledge Mining, Python, Cloud Computing, Platform

,