기술 성공, 실패 기록소

dataframe values 본문

프로그래밍언어/python

dataframe values

sunlab 2021. 5. 14. 23:29
728x90

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

 

pandas.DataFrame.values — pandas 1.2.4 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' 카테고리의 다른 글

Convert a python dict to a string and back  (0) 2021.06.05
pandas Dataframe inplace 옵션 예제  (0) 2021.05.15
dataframe drop  (0) 2021.05.14
super()  (0) 2021.03.27
python dataframe indexing  (0) 2021.03.27