기술 성공, 실패 기록소

dataframe values 본문

프로그래밍언어/python

dataframe values

sunlab 2021. 8. 10. 01:01
728x90

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.values.html

 

pandas.DataFrame.values — pandas 1.3.1 documentation

Return a Numpy representation of the DataFrame. Only the values in the DataFrame will be returned, the axes labels will be removed. The dtype will be a lower-common-denominator dtype (implicit upcasting); that is to say if the dtypes (even of numeric types

pandas.pydata.org

 

'프로그래밍언어 > python' 카테고리의 다른 글

dataframe drop  (0) 2021.08.11
dataframe sort_index  (0) 2021.08.11
df cumprod()  (0) 2021.07.19
df pct_change  (0) 2021.07.19
코루틴과 태스크  (0) 2021.07.07