A Pandas DataFrame translation library
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Python JIRA Plus
A lightweight Python wrapper around pandas that simplifies its syntax and makes common DataFrame operations easier to understand and use.
This library is perfect for beginners, educators, or anyone who finds traditional pandas syntax too complex or verbose. Think of it as a "translation layer" — turning hard-to-read code into intuitive and readable commands.
Installation
pip install pytho-pandas-translation
Examples
Creating an Issue with Custom Fields
import pandas as pd
from python_pandas_translation import pandas_row
sample_df = pd.DataFrame(
{
'name': ['Alice', 'Bob', 'Charlie'],
'age': [30, 25, 35]
}
)
print(pandas_row.get_rows(sample_df, start=0, end=1))
🤝 Contributing
If you have a helpful tool, pattern, or improvement to suggest:
Fork the repo
Create a new branch
Submit a pull request
I welcome additions that promote clean, productive, and maintainable development.
🙏 Thanks
Thanks for exploring this repository!
Happy coding!
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
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 python_pandas_translation-1.0.3.tar.gz.
File metadata
- Download URL: python_pandas_translation-1.0.3.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4accc3e12ff46ffe0e5a8ccfc0bb125f3a611904f761865f56db6fc8fb017c54
|
|
| MD5 |
812b16f1899fe0afa4d8862f46597ea5
|
|
| BLAKE2b-256 |
71fdcaae0490c4c504c32bc7f48c84c57613cd498da2cc0536edd6db34ccd330
|
File details
Details for the file python_pandas_translation-1.0.3-py3-none-any.whl.
File metadata
- Download URL: python_pandas_translation-1.0.3-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea2030b7aca3036732d17bb67781bc7f6b063b079fe8f4169a6fd5f045c707b1
|
|
| MD5 |
0cfcf8ccbf67179aec1edc14f1ab795c
|
|
| BLAKE2b-256 |
619c770a8e25d82cb92858362e1fe5bc247b79e654fc20426d04264fac04e44a
|