Skip to main content

Interactive DataFrame viewer with enhanced search (PyQt5)

Project description

display_df

The tool enables viewing and searching of a pandas DataFrame in a UI.

  • View multi-million line DataFrames interactively
  • It's faster than viewing a .csv in Excel
  • It can display a nearly unlimited number of lines
  • You can search all or just a subset of columns
  • It can act as a breakpoint in your code which helps with debugging of DataFrames in normal Python code preventing the need for endless cells in notebooks
  • It has a window_title field which allows you to have multiple calls to the display_df without losing track of which step you're on

Installation

pip install display_df

Usage

import pandas as pd
from display_df import display_df

df1 = pd.DataFrame({...})
display_df(df_=df1, window_title="This is a title of your df window, for debugging purposes")

Features

  • Interactive search by column or all columns
  • View multi-million line DataFrames interactively
  • PyQt5 GUI

License

MIT

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

display_df-0.1.4.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

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

display_df-0.1.4-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file display_df-0.1.4.tar.gz.

File metadata

  • Download URL: display_df-0.1.4.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.8

File hashes

Hashes for display_df-0.1.4.tar.gz
Algorithm Hash digest
SHA256 57f44b8ba001a0a38c4c0cc1fbafad7c4878991ef6924a8daee974af37617f47
MD5 a9b79506f2ff31b5547805271f7d6d44
BLAKE2b-256 b588dab782ec8cc1228eac299d335d17d8c762aa77267551aaa3de4293ac4580

See more details on using hashes here.

File details

Details for the file display_df-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: display_df-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.8

File hashes

Hashes for display_df-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 82e8a340a4f3e106fd71afd367db74c631fb4aa67cb2afd3fe0fdd75affd5837
MD5 c26ccecd643f9563baf105428e24b1a9
BLAKE2b-256 8ced35d9125e9f9ba3f7db3df92f1afdc14e07ee58dd4a85a64127fd554d6f11

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