Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_pandas_translation-1.0.3.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_pandas_translation-1.0.3-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file python_pandas_translation-1.0.3.tar.gz.

File metadata

File hashes

Hashes for python_pandas_translation-1.0.3.tar.gz
Algorithm Hash digest
SHA256 4accc3e12ff46ffe0e5a8ccfc0bb125f3a611904f761865f56db6fc8fb017c54
MD5 812b16f1899fe0afa4d8862f46597ea5
BLAKE2b-256 71fdcaae0490c4c504c32bc7f48c84c57613cd498da2cc0536edd6db34ccd330

See more details on using hashes here.

File details

Details for the file python_pandas_translation-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for python_pandas_translation-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ea2030b7aca3036732d17bb67781bc7f6b063b079fe8f4169a6fd5f045c707b1
MD5 0cfcf8ccbf67179aec1edc14f1ab795c
BLAKE2b-256 619c770a8e25d82cb92858362e1fe5bc247b79e654fc20426d04264fac04e44a

See more details on using hashes here.

Supported by

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