"Pandas Panel"의 두 판 사이의 차이

3번째 줄: 3번째 줄:
;판다스 Panel
;판다스 Panel
* Deprecated since version 0.20.0
* Deprecated since version 0.20.0
* Panel class is removed from pandas


<source lang='python' run>
<source lang='python' run>
14번째 줄: 15번째 줄:
==같이 보기==
==같이 보기==
* [[np.random.randn()]]
* [[np.random.randn()]]
* [[같이보기]]
* [[같이보기]]
* [[같이보기]]


==참고==
==참고==

2020년 2월 8일 (토) 11:49 판

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 }}