tf.contrib.learn.extract_pandas_matrix

View source on GitHub

Extracts numpy matrix from pandas DataFrame. (deprecated)

data pandas.DataFrame containing the data to be extracted.

A numpy ndarray of the DataFrame's values.