Pandas Panel

Jmnote (토론 | 기여)님의 2020년 2월 8일 (토) 11:50 판
<img src='http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/X_mark.svg/32px-X_mark.svg.png'> 이 문서는 더 이상 지원되지 않는 기능을 다루고 있습니다.

1 개요

Pandas 패널
판다스 Panel
  • Deprecated since version 0.20.0
  • Panel class is removed from pandas.
import pandas as pd
import numpy as np
data = np.random.randn(4, 3)
p = pd.Panel(data)
print( p )

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}