Pretty Print DataFrames
Project description
PrettyDF Package
The PrettyDF package is a Python library crafted by DawnSaju, designed to enhance the visual representation of pandas DataFrames. It provides a set of tools to make your DataFrames more readable and visually appealing.
Installation
You can install the PrettyDF package via pip:
pip install PrettyDF
Usage
Import the required functions from the package in your Python script:
from PrettyDF import table
And the table function to display your DataFrame in a tabular format:
import pandas as pd
from PrettyDF import table
data = pd.DataFrame({
'Name': ['John', 'Anna', 'Peter'],
'Age': [28, 24, 35],
'City': ['New York', 'Paris', 'Berlin']
})
table(data)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PrettyDF-1.1.4.tar.gz.
File metadata
- Download URL: PrettyDF-1.1.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fec896a0dbb354a645822451918a0e5ca577d45b99cd821d6133f39eeb68d91
|
|
| MD5 |
1a513f14f852d26efb1ee8f0b402f8b7
|
|
| BLAKE2b-256 |
4837beaa1ce91a228e15b1c78aceaec2ceb83deb25e5a47432a79b394dc16d9e
|
File details
Details for the file PrettyDF-1.1.4-py3-none-any.whl.
File metadata
- Download URL: PrettyDF-1.1.4-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4afc6d8cf1432d9725c2fd5865288b2d428c9a2a0701b82f1c0c23ff951fb5da
|
|
| MD5 |
c43b7f1a0f76f11b38c5330ceb82627b
|
|
| BLAKE2b-256 |
017b367c6c09c4d8e9803bb0ec129a71c658978cba1936708eaa2e70c99974f5
|