Skip to main content

Tool for exploring columnar data, including multimedia

Project description

DataGrid

The high-performance, multimedia grid tool for data analysis and exploration.

What is DataGrid?

DataGrid is a Python library for creating a table of text, numbers, and images, and then exploring them via a web browser-based UI.

A short example

from datagrid import DataGrid, Image

dg = DataGrid(
    name="Short Example",
    columns=["Category", "Image", "Output"],
)


model = build_model()
model.fit(x_train, y_train)
outputs = model.predict(x_test)

for index in range(len(x_test)):
    dg.append([
        y_test[index],
        Image(x_test[index]),
        outputs[index].argmax(),
    ])

dg.show()

Further Documentation

  1. General README
  2. DataGrid Filters
  3. Getting Started - Jupyter Notebook

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

kangas-1.1.8-py3-none-any.whl (21.6 MB view details)

Uploaded Python 3

File details

Details for the file kangas-1.1.8-py3-none-any.whl.

File metadata

  • Download URL: kangas-1.1.8-py3-none-any.whl
  • Upload date:
  • Size: 21.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.28.1 setuptools/63.4.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.8.5

File hashes

Hashes for kangas-1.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 2b8bf1b4d19350b41868e7a9b38c34226a38f44650e6125e08d874fbb02daf7e
MD5 c89e7db6580c727e361218124b22d5f4
BLAKE2b-256 1917c2bc3de631214c4111bac42b1e6749a6f19927ccd2c7b061855061f8769f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page