Search code examples
pycharmjetbrains-idepython-polars

How to show Polars Dataframe in PyCharm


In PyCharm you have the ability to show a Pandas Dataframe with the SciView tool. Is this also possible with Polars or would I have to spam print statements?

(I also opened a PyCharm support ticket)


Solution

  • Polars DataFrames are not yet fully supported in PyCharm.

    https://youtrack.jetbrains.com/issue/DS-2111 (was https://youtrack.jetbrains.com/issue/PY-50861 previously) -- watch this ticket (star/vote/comment) to get notified with any progress.