cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Pivot a DataFrame in Delta Live Table DLT

Khalil
Contributor

I wanna apply a pivot on a dataframe in DLT but I'm having the following warning

Notebook:XXXX used `GroupedData.pivot` function that will be deprecated soon. Please fix the notebook.

I have the same warning if I use the the function collect.

Is it risky not to correct it.

1 ACCEPTED SOLUTION

Accepted Solutions

Khalil
Contributor

Thanks @Kaniz Fatmaโ€‹  for your support.

The solution was to do the pivot outside of views or tables and the warning disappeared.

View solution in original post

4 REPLIES 4

Khalil
Contributor

Thank you @Kaniz Fatmaโ€‹  for that great answer. This can be a good workaround but the other issue I am facing is that collect function will be deprecated soon as well in Delta Live Table.

Khalil
Contributor

Hi @Kaniz Fatmaโ€‹ , I get your point; it might be risky to use toPandas as you said but as I need just to retrieve distinct values from a specific column of the dataframe so toPandas might be used in this case.

I will try this approch and let you know.

Anonymous
Not applicable

Hi @Ibrahima Fallโ€‹ 

Thank you for posting your question in our community! We are happy to assist you.

To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers your question?

This will also help other community members who may have similar questions in the future. Thank you for your participation and let us know if you need any further assistance! 

Khalil
Contributor

Thanks @Kaniz Fatmaโ€‹  for your support.

The solution was to do the pivot outside of views or tables and the warning disappeared.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group