Skip to content

Instantly share code, notes, and snippets.

View ColdTeapot273K's full-sized avatar
🛌
<<<

Alexey C ColdTeapot273K

🛌
<<<
View GitHub Profile
@izikeros
izikeros / README.md
Last active May 13, 2026 15:45
[DataFrame in console with rich] Use Rich library to display Pandas DataFrame in console #pandas

rich_display_dataframe

rich_display_dataframe is a Python function that allows you to display a Pandas DataFrame as a table using the rich library.

rich_dataframe

Usage

def rich_display_dataframe(df, title="Dataframe") -&gt; None: