<?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 Re: Only want to load specific records from into a second dataframe, based on the first dataframe in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Only-want-to-load-specific-records-from-into-a-second-dataframe/m-p/4263695#M6129</link>
    <description>&lt;P&gt;Are you trying to use a Copy Data activity to do this or using a Notebook?&lt;BR /&gt;I'm not sure you can do much table filtering in a Copy Data activity.&lt;BR /&gt;If you are using a notebook, then you can simply do this using an inner join, but selecting only the columns from the first table.&amp;nbsp; (The equivalent of a 'WHERE IN' clause.)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;result = tableA.join(tableB, tableA.col1 == tableB.col99, "inner") \
               .select(tableA.col1, tableA.col2, tableA.col3)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 30 Oct 2024 10:22:14 GMT</pubDate>
    <dc:creator>spencer_sa</dc:creator>
    <dc:date>2024-10-30T10:22:14Z</dc:date>
    <item>
      <title>Only want to load specific records from into a second dataframe, based on the first dataframe</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Only-want-to-load-specific-records-from-into-a-second-dataframe/m-p/4263628#M6128</link>
      <description>&lt;P&gt;I have a week-dataframe which contains a list of specfic weeks.&lt;/P&gt;&lt;P&gt;But now i want to load the fact table into a fact-dataframe, but only for the weeks that do exist in the week-dataframe&lt;/P&gt;&lt;P&gt;Do can i do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 09:36:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Only-want-to-load-specific-records-from-into-a-second-dataframe/m-p/4263628#M6128</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2024-10-30T09:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Only want to load specific records from into a second dataframe, based on the first dataframe</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Only-want-to-load-specific-records-from-into-a-second-dataframe/m-p/4263695#M6129</link>
      <description>&lt;P&gt;Are you trying to use a Copy Data activity to do this or using a Notebook?&lt;BR /&gt;I'm not sure you can do much table filtering in a Copy Data activity.&lt;BR /&gt;If you are using a notebook, then you can simply do this using an inner join, but selecting only the columns from the first table.&amp;nbsp; (The equivalent of a 'WHERE IN' clause.)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;result = tableA.join(tableB, tableA.col1 == tableB.col99, "inner") \
               .select(tableA.col1, tableA.col2, tableA.col3)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 30 Oct 2024 10:22:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Only-want-to-load-specific-records-from-into-a-second-dataframe/m-p/4263695#M6129</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2024-10-30T10:22:14Z</dc:date>
    </item>
  </channel>
</rss>

