cms.rendner
rendner.bsky.social
cms.rendner
@rendner.bsky.social
Software Developer. Author of StyledDataFrameViewer (PyCharm plugin).
I released a new version of my DataFrame viewer (free plugin for PyCharm).

You can now highlight:

- min values
- max values
- null
- missing values
- or use a color mapping (sequential or diverging)

plugins.jetbrains.com/plugin/16050...

#polars #pandas #pycharm
June 30, 2025 at 7:12 PM
I was wondering how the code completion of the PyCharm Python console works.
The console enables executing Python code line by line. The lines are executed in the configured Python interpreter.
OK, this is expected. But how does the code completion work?
October 20, 2024 at 7:23 AM