DataFrame.values
- DataFrame.values
Not implemented.
In pandas this returns a Numpy representation of the DataFrame. This would involve scan/scrolling the entire index.
If this is required, call
oml.opensearch_to_pandas(oml_df).values
, but beware this will scan/scroll the entire OpenSearch index(s) into memory.See Also
:pandas_api_docs:`pandas.DataFrame.values` opensearch_to_pandas to_numpy