Skip to main content

PandasGUI

This project allows display and modification of Pandas DataFrames through a GUI based on PyQt5

Installation

Run the following to install:

pip install pandasgui

Usage

###Basic

import pandas as pd
from pandasgui import show

# Basic example with multiindex dataframe
arrays = [['bar', 'bar', 'baz', 'baz', 'foo', 'foo', 'qux', 'qux'],
         ['one', 'two', 'one', 'two', 'one', 'two', 'one', 'two']]
random_df = pd.DataFrame(pd.np.random.randn(8, 8), index=arrays, columns=arrays)
show(random_df)

###Advanced

import pandas as pd
from pandasgui import show

# Example showing nonblocking instance, passing multiple dataframes, and custom names as kwargs
arrays = [['bar', 'bar', 'baz', 'baz', 'foo', 'foo', 'qux', 'qux'],
         ['one', 'two', 'one', 'two', 'one', 'two', 'one', 'two']]
random_df = pd.DataFrame(pd.np.random.randn(8, 8), index=arrays, columns=arrays)
random_df_2 = pd.DataFrame(pd.np.random.randn(8, 8)*10, index=arrays, columns=arrays)
random_df_long = pd.DataFrame(pd.np.random.randn(500, 8)*100, columns=arrays)
show(random_df_long, nonblocking=True)
show(custom_name_1=random_df, custom_name_2=random_df_2)

Release files for pandasgui 0.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pandasgui 0.0.3
File Size Uploaded
pandasgui-0.0.3.tar.gz 114.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pandasgui 0.0.3
File Interpreter ABI Platform
pandasgui-0.0.3-py3-none-any.whl Python 3 none any Details

Total release size: 133.8 kB

Release files / pandasgui-0.0.3.tar.gz

Download URL pandasgui-0.0.3.tar.gz
Size 114.9 kB
Tags Source
SHA-256 checksum
How to use checksums
8bad6d76279d1e1aecf0d459297923150384f685f30410326a15e5199e599e89
BLAKE2b-256 checksum
How to use checksums
cc7e95939f9adad394880f72b5d76ee9a845697108495b5fcd84920b3729ee16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pandasgui-0.0.3-py3-none-any.whl

Download URL pandasgui-0.0.3-py3-none-any.whl
Size 18.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
9577fdf79a596b7a9f04232922a9f7ddd84ae6be05961ada123a707d9bc67161
BLAKE2b-256 checksum
How to use checksums
48c2940d0a3f5821ad34a0d6109fca6d61ea31e6505f31d3ecd387df2027af79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release history Release notifications | RSS feed

0.2.15

1 release file

0.2.14

1 release file

0.2.13

1 release file

0.2.12

1 release file

0.2.11

1 release file

0.2.10

1 release file

0.2.9

1 release file

0.2.8

1 release file

0.2.7

1 release file

0.2.5.1

1 release file

0.2.5

1 release file

0.2.4.3

1 release file

0.2.4.2

1 release file

0.2.4.1

1 release file

0.2.3

1 release file

0.2.2.3

1 release file

0.2.1

1 release file

0.2.0

1 release file

0.1.15

1 release file

0.1.13

1 release file

0.1.12

1 release file

0.1.11

1 release file

0.1.10

1 release file

0.1.9

1 release file

0.1.7

1 release file

0.1.6

1 release file

0.1.5

1 release file

0.1.4

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1.0

1 release file

0.0.5

1 release file

0.0.4

2 release files

This release

0.0.3 This release

2 release files

0.0.2

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page