Skip to main content

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

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

PrettyDF-1.1.1.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PrettyDF-1.1.1-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

File details

Details for the file PrettyDF-1.1.1.tar.gz.

File metadata

  • Download URL: PrettyDF-1.1.1.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.3

File hashes

Hashes for PrettyDF-1.1.1.tar.gz
Algorithm Hash digest
SHA256 6561f85283e84d36ca895db2c9774924775aeb11be7c4ab4abdecd0bd9dcf82f
MD5 a9234083eaf6f4e6bcdb90a21704646f
BLAKE2b-256 f3975e306129498ed8da75363ea455bf772389b606e4f96d71b9584d70e8f7e3

See more details on using hashes here.

File details

Details for the file PrettyDF-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: PrettyDF-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 2.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.3

File hashes

Hashes for PrettyDF-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e878ab7e4b9354f22097cf5018134416b65f6e4f3353d5946bd2294bd004ab6d
MD5 59394cc07359a78e22f81509df6b4b9e
BLAKE2b-256 de26c0fe044671528b322e25730bc732eb0f939dca6a52ca76db950ee378d5c0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page