<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Automating Data Wrangler output in Hack Together</title>
    <link>https://community.fabric.microsoft.com/t5/Hack-Together/Automating-Data-Wrangler-output/m-p/3714374#M103</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cornelia here. I am really excited to participate in this Hackathon!&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use Data Wrangler in order to generate a summary of a dataset.&lt;/P&gt;&lt;P&gt;I can save the csv or the generated Python code by clicking on specific buttons but I would need to automate this code or csv generation inside a data pipeline. Is there such a posibility or a workaround to use Data Wrangler in this way?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2024 13:36:29 GMT</pubDate>
    <dc:creator>ccornelia</dc:creator>
    <dc:date>2024-02-21T13:36:29Z</dc:date>
    <item>
      <title>Automating Data Wrangler output</title>
      <link>https://community.fabric.microsoft.com/t5/Hack-Together/Automating-Data-Wrangler-output/m-p/3714374#M103</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cornelia here. I am really excited to participate in this Hackathon!&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use Data Wrangler in order to generate a summary of a dataset.&lt;/P&gt;&lt;P&gt;I can save the csv or the generated Python code by clicking on specific buttons but I would need to automate this code or csv generation inside a data pipeline. Is there such a posibility or a workaround to use Data Wrangler in this way?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 13:36:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Hack-Together/Automating-Data-Wrangler-output/m-p/3714374#M103</guid>
      <dc:creator>ccornelia</dc:creator>
      <dc:date>2024-02-21T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Data Wrangler output</title>
      <link>https://community.fabric.microsoft.com/t5/Hack-Together/Automating-Data-Wrangler-output/m-p/3714603#M104</link>
      <description>&lt;P&gt;Once you have the Python code generated with data wrangler you can put it in a cell of a notebook and from the notebook schedule a data pipeline run of the notebook.&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 14:55:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Hack-Together/Automating-Data-Wrangler-output/m-p/3714603#M104</guid>
      <dc:creator>imejiauseche</dc:creator>
      <dc:date>2024-02-21T14:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Data Wrangler output</title>
      <link>https://community.fabric.microsoft.com/t5/Hack-Together/Automating-Data-Wrangler-output/m-p/3714830#M105</link>
      <description>&lt;P&gt;Hi Cornelia,&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand you correctly, you'd like to describe a dataset automatically/programatically, the way data wrangler does in python notebooks. I don't know that there is an api to use the data wrangler programatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I can suggest is either using the dataframe description capabilites in spark:&lt;/P&gt;&lt;P&gt;&lt;A href="https://spark.apache.org/docs/3.1.1/api/python/reference/api/pyspark.sql.DataFrame.describe.html" target="_blank"&gt;https://spark.apache.org/docs/3.1.1/api/python/reference/api/pyspark.sql.DataFrame.describe.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or generate the description directly in the dataset (assuming we're talking about pbi datasets = semantic models) using MCode&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/table-schema" target="_blank"&gt;https://learn.microsoft.com/en-us/powerquery-m/table-schema&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/powerquery-m/table-profile" target="_blank"&gt;https://learn.microsoft.com/en-us/powerquery-m/table-profile&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 16:13:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Hack-Together/Automating-Data-Wrangler-output/m-p/3714830#M105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-21T16:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Data Wrangler output</title>
      <link>https://community.fabric.microsoft.com/t5/Hack-Together/Automating-Data-Wrangler-output/m-p/3717379#M111</link>
      <description>&lt;P&gt;Thank you for your help!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if Data Wrangler seems pretty good at generating python code for describing data, I ended up creating some custom pyspark functions - easier to modify and automate.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:38:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Hack-Together/Automating-Data-Wrangler-output/m-p/3717379#M111</guid>
      <dc:creator>ccornelia</dc:creator>
      <dc:date>2024-02-22T14:38:23Z</dc:date>
    </item>
  </channel>
</rss>

