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
Release history Release notifications | RSS feed
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.3.tar.gz
(4.4 kB
view details)
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 display_df-0.1.3.tar.gz.
File metadata
- Download URL: display_df-0.1.3.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae4de79041a4284f78d2dfe0e5a8c055f72e2c68b7d51230154c3da0fd052c96
|
|
| MD5 |
738cf9c8b277475916e51bcd6fb459b5
|
|
| BLAKE2b-256 |
4c675dc4c6c5752a5b062c97e2f9c51f4b322387e4fac63eb8f2f067b8d58180
|
File details
Details for the file display_df-0.1.3-py3-none-any.whl.
File metadata
- Download URL: display_df-0.1.3-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c89bd0c307b1a35f55ab00f12ca47747a74c682cc1a50b48e82e6670b776e1b
|
|
| MD5 |
053d7ce7bf84ef94986aafa5f43e64ce
|
|
| BLAKE2b-256 |
a76567ab6c587a3b0157bb2753a0a08151475e282913f5f48b4d74411ae2c706
|