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
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
ace_tools_open-0.1.0.tar.gz
(2.8 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 ace_tools_open-0.1.0.tar.gz.
File metadata
- Download URL: ace_tools_open-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd3bd50980895356b6181409a6e961119e2b493cf0a9dbeb2f6d22e580e2d933
|
|
| MD5 |
b2ab004524ab1201671bb6f6959a6c36
|
|
| BLAKE2b-256 |
a376327602414a53c178a7d2c54c973d17540f9d60df5110fd531588c1533885
|
File details
Details for the file ace_tools_open-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ace_tools_open-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eeb3d34443c4d1b3a7535081d2f90d68d715c9762e6d3a60e47df6043f4c16f5
|
|
| MD5 |
f3adac286fc52d36b5d913d396c589df
|
|
| BLAKE2b-256 |
58580f01c4b8e421773cc0d10c69e4094b40800437e8658bfc15e4025ab40d1e
|