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.3.tar.gz (3.1 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.3-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: PrettyDF-1.1.3.tar.gz
  • Upload date:
  • Size: 3.1 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.3.tar.gz
Algorithm Hash digest
SHA256 ce5b95c4f001cbe7982422f1b65680cea2736ebd47c0cf6ec32dfaa0adca9e90
MD5 533b6022e83b0fb5c05014e7516814ed
BLAKE2b-256 4f7ae1992c02d8f9e27ea926dc035060863d1cdc355e57399fe56fedccf2cb7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PrettyDF-1.1.3-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

Hashes for PrettyDF-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2039e15b36b148a42aba6ff973eaaa85f25afe2a676a71886a72c15e793ece90
MD5 d7fdc04afc1be59195dd9b4c1aa59611
BLAKE2b-256 98ae74d527b3b601dba6bec4e116853a2ba5a40124c6b4481cb1618cfb351231

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