[DOCS] Adds ML release highlights (#43169)

This commit is contained in:
Lisa Cawley 2019-06-12 13:43:53 -07:00 committed by lcawl
parent ec50d4d281
commit 7c9acdb0ac
1 changed files with 9 additions and 0 deletions

View File

@ -10,5 +10,14 @@ coming[7.2.0]
//Installation and Upgrade Guide //Installation and Upgrade Guide
// tag::notable-highlights[] // tag::notable-highlights[]
[discrete]
==== {dataframes-cap}
beta[] You can now transform your data with
{stack-ov}/ml-dataframes.html[data frames]. There is a new {kib} wizard that
guides you through the process of creating a {dataframe-transform} to pivot and
summarize your data and store it in a new index. Alternatively, you can use
{ref}/data-frame-apis.html[{dataframe} APIs] to preview, create, and manage
the transforms.
// end::notable-highlights[] // end::notable-highlights[]