<?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: Is there a way to add docstring to user defined functions in databricks? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6698#M2723</link>
    <description>&lt;P&gt;Hi @Hitesh Agarwal​&amp;nbsp;Yes I get that. I don't see anything like that available yet. Let us see if any new feature is available for the same in upcoming releases.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 09:37:04 GMT</pubDate>
    <dc:creator>pvignesh92</dc:creator>
    <dc:date>2023-04-03T09:37:04Z</dc:date>
    <item>
      <title>Is there a way to add docstring to user defined functions in databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6695#M2720</link>
      <description />
      <pubDate>Fri, 31 Mar 2023 14:12:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6695#M2720</guid>
      <dc:creator>hitesh22</dc:creator>
      <dc:date>2023-03-31T14:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add docstring to user defined functions in databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6696#M2721</link>
      <description>&lt;P&gt;@Hitesh Agarwal​&amp;nbsp;Hi. AFAIK, I don't see any examples with docstring in udf. We just add the comments using typical comment way. Is there anything in particular, you want to achieve using docstring?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 07:55:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6696#M2721</guid>
      <dc:creator>pvignesh92</dc:creator>
      <dc:date>2023-04-03T07:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add docstring to user defined functions in databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6697#M2722</link>
      <description>&lt;P&gt;@Vigneshraja Palaniraj​&amp;nbsp;Hi, normal VS Code we can add docstring to python code but I was unable to do the same in databricks. After the latest updates in databricks we get auto-completion feature, also, when you hover over a system defined function there's a dialog box which gives you function definition, basic info and function return type. I wanted to achieve the same with user defined functios using docstring&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 08:07:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6697#M2722</guid>
      <dc:creator>hitesh22</dc:creator>
      <dc:date>2023-04-03T08:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add docstring to user defined functions in databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6698#M2723</link>
      <description>&lt;P&gt;Hi @Hitesh Agarwal​&amp;nbsp;Yes I get that. I don't see anything like that available yet. Let us see if any new feature is available for the same in upcoming releases.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 09:37:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6698#M2723</guid>
      <dc:creator>pvignesh92</dc:creator>
      <dc:date>2023-04-03T09:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add docstring to user defined functions in databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6700#M2725</link>
      <description>&lt;P&gt;@Debayan Mukherjee​&amp;nbsp;I have gone through this article and this doesn't helps as it mentions how to see docstrings for a system defined function but not how to add docstrings to user defined functions.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 05:35:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6700#M2725</guid>
      <dc:creator>hitesh22</dc:creator>
      <dc:date>2023-04-04T05:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to add docstring to user defined functions in databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6699#M2724</link>
      <description>&lt;P&gt;Hi, I am not sure if this helps: &lt;A href="https://www.databricks.com/blog/2020/12/15/python-autocomplete-improvements-for-databricks-notebooks.html" target="test_blank"&gt;https://www.databricks.com/blog/2020/12/15/python-autocomplete-improvements-for-databricks-notebooks.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, please tag&amp;nbsp;&lt;A href="https://community.databricks.com/s/profile/0053f000000WWwvAAG" alt="https://community.databricks.com/s/profile/0053f000000WWwvAAG" target="_blank"&gt;@Debayan&lt;/A&gt;​&amp;nbsp;with your next response which will notify me. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 05:01:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-add-docstring-to-user-defined-functions-in/m-p/6699#M2724</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-04-04T05:01:12Z</dc:date>
    </item>
  </channel>
</rss>

