<?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 groupBy without aggregation (Pyspark API) in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/groupby-without-aggregation-pyspark-api/m-p/61394#M31783</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;You have any idea how can I do a groupBy&amp;nbsp;without aggregation (Pyspark API)&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;df.groupBy('field1', 'field2', 'field3')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My target is make a group but in this case is not necessary count records or aggregation&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2024 19:57:57 GMT</pubDate>
    <dc:creator>William_Scardua</dc:creator>
    <dc:date>2024-02-21T19:57:57Z</dc:date>
    <item>
      <title>groupBy without aggregation (Pyspark API)</title>
      <link>https://community.databricks.com/t5/data-engineering/groupby-without-aggregation-pyspark-api/m-p/61394#M31783</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;You have any idea how can I do a groupBy&amp;nbsp;without aggregation (Pyspark API)&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;df.groupBy('field1', 'field2', 'field3')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My target is make a group but in this case is not necessary count records or aggregation&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 19:57:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/groupby-without-aggregation-pyspark-api/m-p/61394#M31783</guid>
      <dc:creator>William_Scardua</dc:creator>
      <dc:date>2024-02-21T19:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: groupBy without aggregation (Pyspark API)</title>
      <link>https://community.databricks.com/t5/data-engineering/groupby-without-aggregation-pyspark-api/m-p/61402#M31785</link>
      <description>&lt;LI-CODE lang="markup"&gt;df.select("field1","field2","field3").distinct()&lt;/LI-CODE&gt;&lt;P&gt;do you mean get distinct rows for selected column?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 00:28:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/groupby-without-aggregation-pyspark-api/m-p/61402#M31785</guid>
      <dc:creator>feiyun0112</dc:creator>
      <dc:date>2024-02-22T00:28:46Z</dc:date>
    </item>
  </channel>
</rss>

