<?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: Displaying Dataframes with ipywidgets.Output is Adding Unexpected Commas in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/displaying-dataframes-with-ipywidgets-output-is-adding/m-p/78181#M7701</link>
    <description>&lt;P&gt;I have this issue also, and the listed steps do not resolve it.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2024 21:24:53 GMT</pubDate>
    <dc:creator>cm04</dc:creator>
    <dc:date>2024-07-10T21:24:53Z</dc:date>
    <item>
      <title>Displaying Dataframes with ipywidgets.Output is Adding Unexpected Commas</title>
      <link>https://community.databricks.com/t5/get-started-discussions/displaying-dataframes-with-ipywidgets-output-is-adding/m-p/42895#M7699</link>
      <description>&lt;P&gt;I am currently working in a databricks notebook and using an ipywidgets.Output to display a pandas Dataframe. Because spark.DataFrame cannot be displayed in an ipywidgets.Output widget, I have been using:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import pandas as pd
import numpy as np
import ipywidgets
from IPython.display import display
df = pd.DataFrame(
  np.random.randint(0, 5, size=(4, 4))
)
output = ipywidgets.Output()
with output:
  display(df)

output&lt;/LI-CODE&gt;&lt;P&gt;This has been working until recently on the 13.2 ML runtime. However, recently, I moved to a different cluster still using the same 13.2 ML runtime and am now getting a bunch of commas prepended to my html output (see screenshot). The larger the dataframe, the longer the number of commas. How can I fix this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 18:17:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/displaying-dataframes-with-ipywidgets-output-is-adding/m-p/42895#M7699</guid>
      <dc:creator>yhyhy3</dc:creator>
      <dc:date>2023-08-30T18:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Dataframes with ipywidgets.Output is Adding Unexpected Commas</title>
      <link>https://community.databricks.com/t5/get-started-discussions/displaying-dataframes-with-ipywidgets-output-is-adding/m-p/78181#M7701</link>
      <description>&lt;P&gt;I have this issue also, and the listed steps do not resolve it.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 21:24:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/displaying-dataframes-with-ipywidgets-output-is-adding/m-p/78181#M7701</guid>
      <dc:creator>cm04</dc:creator>
      <dc:date>2024-07-10T21:24:53Z</dc:date>
    </item>
  </channel>
</rss>

