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