<?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: Converting between Pandas to Koalas in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/converting-between-pandas-to-koalas/m-p/26602#M18628</link>
    <description>Koalas is distributed on a Databricks cluster similar to how Spark dataframes are also distributed. Pandas dataframes only live on the spark driver in memory. If you are a pandas user and are using a multi-node cluster then you should use koalas to process the data. If you are able to use a single node databricks cluster then pandas could fit your needs as the data likely fits on a single computer.</description>
    <pubDate>Fri, 04 Jun 2021 11:31:00 GMT</pubDate>
    <dc:creator>Ryan_Chynoweth</dc:creator>
    <dc:date>2021-06-04T11:31:00Z</dc:date>
    <item>
      <title>Converting between Pandas to Koalas</title>
      <link>https://community.databricks.com/t5/data-engineering/converting-between-pandas-to-koalas/m-p/26601#M18627</link>
      <description>&lt;P&gt;When and why should I convert b/w a Pandas to Koalas dataframe? What are the implications?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 23:34:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/converting-between-pandas-to-koalas/m-p/26601#M18627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-02T23:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Converting between Pandas to Koalas</title>
      <link>https://community.databricks.com/t5/data-engineering/converting-between-pandas-to-koalas/m-p/26602#M18628</link>
      <description>Koalas is distributed on a Databricks cluster similar to how Spark dataframes are also distributed. Pandas dataframes only live on the spark driver in memory. If you are a pandas user and are using a multi-node cluster then you should use koalas to process the data. If you are able to use a single node databricks cluster then pandas could fit your needs as the data likely fits on a single computer.</description>
      <pubDate>Fri, 04 Jun 2021 11:31:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/converting-between-pandas-to-koalas/m-p/26602#M18628</guid>
      <dc:creator>Ryan_Chynoweth</dc:creator>
      <dc:date>2021-06-04T11:31:00Z</dc:date>
    </item>
  </channel>
</rss>

