Question:
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 spamprint
statements?(I also opened a PyCharm support ticket)
Answer:
Polars DataFrames are not yet fully supported in PyCharm.https://youtrack.jetbrains.com/issue/PY-50861 — watch this ticket (star/vote/comment) to get notified with any progress.
If you have better answer, please add a comment about this, thank you!