tf.contrib.learn.extract_pandas_matrix

Extracts numpy matrix from pandas DataFrame. (deprecated)

data pandas.DataFrame containing the data to be extracted.

A numpy ndarray of the DataFrame's values.