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)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandasgui-0.0.1.tar.gz (114.1 kB view details)

Uploaded Source

Built Distribution

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

pandasgui-0.0.1-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file pandasgui-0.0.1.tar.gz.

File metadata

  • Download URL: pandasgui-0.0.1.tar.gz
  • Upload date:
  • Size: 114.1 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for pandasgui-0.0.1.tar.gz
Algorithm Hash digest
SHA256 f92d817c653e854727faf5b6aee7011b2ac75f9240da48597d942fa7af7ce373
MD5 adcb38ba97ee133d8266c85a9fac9b08
BLAKE2b-256 db75cfe76397847aa1f8d7d5e86d6dcf461058a5af976c924e7668400989acff

See more details on using hashes here.

File details

Details for the file pandasgui-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: pandasgui-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using 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

File hashes

Hashes for pandasgui-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 28236768b49085ba7f7e79cd914b55fc51d46dbdd8edb675dc60cb39e74f202e
MD5 23ab57043bcdb071afb1460810166a29
BLAKE2b-256 60880c5041f8c615f07c3c5b576c8115201cd6d5e6f8ba56c245a2ba6d5de386

See more details on using hashes here.

Release history Release notifications | RSS feed

0.2.15

1 file

0.2.14

1 file

0.2.13

1 file

0.2.12

1 file

0.2.11

1 file

0.2.10.1

1 file

0.2.10

1 file

0.2.9

1 file

0.2.8

1 file

0.2.7

1 file

0.2.5.1

1 file

0.2.5

1 file

0.2.4.3

1 file

0.2.4.2

1 file

0.2.4.1

1 file

0.2.3.5

1 file

0.2.3.4

1 file

0.2.3.3

1 file

0.2.3.2

1 file

0.2.3.1

1 file

0.2.3

1 file

0.2.2.3

1 file

0.2.1

1 file

0.2.0

1 file

0.1.15.1

1 file

0.1.15

1 file

0.1.14.2

1 file

0.1.14.1

1 file

0.1.13

1 file

0.1.12

1 file

0.1.11

1 file

0.1.10

1 file

0.1.9

1 file

0.1.7

1 file

0.1.6

1 file

0.1.5

1 file

0.1.4

1 file

0.1.3

1 file

0.1.2

1 file

0.1.1

1 file

0.1.0

1 file

0.0.5

1 file

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

This release

0.0.1 This release

2 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