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

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


<source lang='python' run>
<source lang='python' run>

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

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