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.2.tar.gz (2.3 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.2-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: PrettyDF-1.1.2.tar.gz
  • Upload date:
  • Size: 2.3 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.2.tar.gz
Algorithm Hash digest
SHA256 9cb711fc53af0194ecf4b75aef20e3d3799f367d29028aa74bab7f00f8d2cc8d
MD5 b844524a915c52da8a3597bbafd87951
BLAKE2b-256 73223c7ae97511083892ceb114b02ab644cc7602c96feccce59e4faae519ab51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PrettyDF-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 2.6 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0c0a65dfde404b2e346359fde247c7e68be0fb5921aa575f252747228686b000
MD5 80743d2714e63266658409a2b1ad2d22
BLAKE2b-256 927dc50d0fdb69a1c36d78eac1a6914516708f68e1a442da793834b8bbd37fe0

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