<?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 Selective column loader unity catalog in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/selective-column-loader-unity-catalog/m-p/46375#M1231</link>
    <description>&lt;P&gt;I am loading a table into a data frame using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;df = spark.table(table_name)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to load only the required columns? The table has more than 50+ columns and I only need a handful of column.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2023 12:27:05 GMT</pubDate>
    <dc:creator>vk217</dc:creator>
    <dc:date>2023-09-27T12:27:05Z</dc:date>
    <item>
      <title>Selective column loader unity catalog</title>
      <link>https://community.databricks.com/t5/get-started-discussions/selective-column-loader-unity-catalog/m-p/46375#M1231</link>
      <description>&lt;P&gt;I am loading a table into a data frame using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;df = spark.table(table_name)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to load only the required columns? The table has more than 50+ columns and I only need a handful of column.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 12:27:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/selective-column-loader-unity-catalog/m-p/46375#M1231</guid>
      <dc:creator>vk217</dc:creator>
      <dc:date>2023-09-27T12:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selective column loader unity catalog</title>
      <link>https://community.databricks.com/t5/get-started-discussions/selective-column-loader-unity-catalog/m-p/46516#M1285</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/71250"&gt;@vk217&lt;/a&gt;&amp;nbsp;Simply just use select function, ex.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;df = spark.read.table(table_name).select("col1", "col2", "col3")&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 28 Sep 2023 05:39:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/selective-column-loader-unity-catalog/m-p/46516#M1285</guid>
      <dc:creator>daniel_sahal</dc:creator>
      <dc:date>2023-09-28T05:39:55Z</dc:date>
    </item>
  </channel>
</rss>

