Skip to main content

Open implementation of ace_tools referenced in GPT4o

Project description

ace_tools_open

Open implementation of ace_tools referenced in GPT4o.

Installation

pip install ace_tools_open

Example

import pandas as pd
import numpy as np

# Generate a random pandas dataframe
np.random.seed(0)
data = {
    'A': np.random.rand(10),
    'B': np.random.rand(10),
    'C': np.random.randint(1, 100, 10),
    'D': np.random.choice(['X', 'Y', 'Z'], 10)
}

df = pd.DataFrame(data)
import ace_tools_open as tools; tools.display_dataframe_to_user(name="Random DataFrame", dataframe=df)

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

ace_tools_open-0.1.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

ace_tools_open-0.1.0-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

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