<?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: Talend Data to Python Pandas in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231212#M21584</link>
    <description>&lt;P&gt;Can I get more details?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the job design flow here?&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2019 17:50:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-06T17:50:49Z</dc:date>
    <item>
      <title>Talend Data to Python Pandas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231210#M21582</link>
      <description>&lt;P&gt;All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is it possible to pass data from talend to Python Pandas ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My PythonCode:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;import pandas as pd
import tableauserverclient as TSC
from pandleau import *

df = pd.read_csv(&lt;STRONG&gt;r'C:\Users\user\Documents\Sample - Superstore.csv'&lt;/STRONG&gt;)
df = pandleau(df)
print (df)
df.to_tableau('C:\ProgramData\Anaconda3\Lib\site-packages\Extract_SS.hyper', add_index=False)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Instead of CSV file, I have to make it as parameter and need to pass data from talend, it can be output of tJoin or Filter link (just for example)&lt;/P&gt; 
&lt;P&gt;is it possible?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231210#M21582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Data to Python Pandas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231211#M21583</link>
      <description>&lt;P&gt;This will require a bit of Java. This site might give you some clues&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://pythonhosted.org/javabridge/java2python.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://pythonhosted.org/javabridge/java2python.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 12:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231211#M21583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-06T12:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Data to Python Pandas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231212#M21584</link>
      <description>&lt;P&gt;Can I get more details?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the job design flow here?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 17:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231212#M21584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-06T17:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Data to Python Pandas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231213#M21585</link>
      <description>&lt;P&gt;I haven't done this, but I would use a tJavaFlex for the Java receiving column data to be sent to python&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 17:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231213#M21585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-06T17:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Data to Python Pandas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231214#M21586</link>
      <description>&lt;P&gt;Can I get more help ?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 06:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231214#M21586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-10T06:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Data to Python Pandas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231215#M21587</link>
      <description>&lt;P&gt;how to pass incoming link&amp;nbsp; data to tFlexJava?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 06:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231215#M21587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-10T06:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Data to Python Pandas</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231216#M21588</link>
      <description>&lt;P&gt;You can pass data to the tJavaFlex in the same way as any other component. The documentation for this is here:&amp;nbsp;&lt;A href="https://help.talend.com/reader/9q55KsfASqX0qY4GVhEDNQ/gy4G6M2uUTOfL5k5NootZA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/9q55KsfASqX0qY4GVhEDNQ/gy4G6M2uUTOfL5k5NootZA&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As I said, I have not done this before (calling Python from a Talend Job). Therefore the only way I can help more is to try it out myself. Unfortunately I do not have the time at the moment to do this.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 10:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Data-to-Python-Pandas/m-p/2231216#M21588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-10T10:14:57Z</dc:date>
    </item>
  </channel>
</rss>

