Catch errors with a verbose, talkative python pandas.
Project description
Your Package Name
Catch errors with a verbose, talkative python pandas.
Installation
Install from PyPI:
pip install pandas-express
Install in Editable Mode
For development, install from your package directory. This allows you to edit the code and see changes immediately without reinstalling.
cd pandas-express # Navigate to the directory containing pyproject.toml
pip install -e .
Installing from a Local Directory
To install (non-editable) from a local directory:
pip install /path/to/pandas-express
Build and Install Distribution
# Install build tools
pip install build
# Build the package
python -m build
# This creates:
# - dist/pandas-express-0.1.0.tar.gz
# - dist/pandas-express-0.1.0-py3-none-any.whl
# Then install Wheel tool
pip install dist/pandas-express-0.1.0-py3-none-any.whl
Publish to PyPI
# Install twine
pip install twine
# Upload to PyPI
python -m twine upload dist/*
python setup.py sdist bdist_wheel
pip install pandas-express
Usage
import pandasExpress as px
from pandasExpress import ExpressDataFrame
df = ExpressDataFrame(data)
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
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 pandaexpress-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pandaexpress-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4533b184edaea8f1785ddb0cb3212a4efbd6a339d215a75f73ea4b0aede2d06f
|
|
| MD5 |
dbffc4b37df7f6d7ea9a393bc4dd7e81
|
|
| BLAKE2b-256 |
158bb04ac6470a4672811e60c6c7abb4ab9eb8f627a52d2061b92573354efa5a
|