[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.learn.extract_pandas_matrix\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/learn/python/learn/learn_io/pandas_io.py#L107-L120) |\n\nExtracts numpy matrix from pandas DataFrame. (deprecated) \n\n tf.contrib.learn.extract_pandas_matrix(\n data\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Please access pandas data directly.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|--------|---------------------------------------------------------|\n| `data` | `pandas.DataFrame` containing the data to be extracted. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A numpy `ndarray` of the DataFrame's values. ||\n\n\u003cbr /\u003e"]]