lowLevelDataTransformation


NamelowLevelDataTransformation JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/mdAshif1998/lowLevelDataTransformation/tree/master
SummaryThe package will change the world of data transformation by utilizing/modifying the low-level stuff.
upload_time2024-07-08 17:30:13
maintainerNone
docs_urlNone
authorBAAR Team Bravo 6
requires_python>=3.7
licenseNone
keywords python data transformation cython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lowLevelDataTransformation

The package will change the world of data transformation by utilizing/modifying the low-level stuff.

Developed by BAAR Team Bravo 6 (c) 2024

## Features

- High-performance data transformation.
- Utilizes Cython for speed and efficiency.
- Modular design with separate functionalities for different tasks.

## Installation

You can install the package using `pip`:

```sh
pip install lowLevelDataTransformation
```

```python
from lowLevelDataTransformation.df_to_list_of_dictionary.df_to_list_of_dict import df_to_list_of_dictionary
from lowLevelDataTransformation.df_to_string.df_to_string import df_to_string
from lowLevelDataTransformation.string_to_df.string_to_df import string_to_df
import pandas as pd

sample_dataframe = pd.DataFrame({'col_1': [10, 12, 14], 'col_2': ['a', 'b', 'c']})
sample_string = 'col_1__=__10__$$__col_2__=__a__::__col_1__=__12__$$__col_2__=__b__::__col_1__=__14__$$__col_2__=__c__$$____::__'
output_list = df_to_list_of_dictionary(sample_dataframe)
output_string = df_to_string(sample_dataframe)
output_dataframe = string_to_df(sample_string)

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mdAshif1998/lowLevelDataTransformation/tree/master",
    "name": "lowLevelDataTransformation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "python, data, transformation, cython",
    "author": "BAAR Team Bravo 6",
    "author_email": "ashif.ali@baar.ai",
    "download_url": null,
    "platform": null,
    "description": "# lowLevelDataTransformation\r\n\r\nThe package will change the world of data transformation by utilizing/modifying the low-level stuff.\r\n\r\nDeveloped by BAAR Team Bravo 6 (c) 2024\r\n\r\n## Features\r\n\r\n- High-performance data transformation.\r\n- Utilizes Cython for speed and efficiency.\r\n- Modular design with separate functionalities for different tasks.\r\n\r\n## Installation\r\n\r\nYou can install the package using `pip`:\r\n\r\n```sh\r\npip install lowLevelDataTransformation\r\n```\r\n\r\n```python\r\nfrom lowLevelDataTransformation.df_to_list_of_dictionary.df_to_list_of_dict import df_to_list_of_dictionary\r\nfrom lowLevelDataTransformation.df_to_string.df_to_string import df_to_string\r\nfrom lowLevelDataTransformation.string_to_df.string_to_df import string_to_df\r\nimport pandas as pd\r\n\r\nsample_dataframe = pd.DataFrame({'col_1': [10, 12, 14], 'col_2': ['a', 'b', 'c']})\r\nsample_string = 'col_1__=__10__$$__col_2__=__a__::__col_1__=__12__$$__col_2__=__b__::__col_1__=__14__$$__col_2__=__c__$$____::__'\r\noutput_list = df_to_list_of_dictionary(sample_dataframe)\r\noutput_string = df_to_string(sample_dataframe)\r\noutput_dataframe = string_to_df(sample_string)\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The package will change the world of data transformation by utilizing/modifying the low-level stuff.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/mdAshif1998/lowLevelDataTransformation/tree/master"
    },
    "split_keywords": [
        "python",
        " data",
        " transformation",
        " cython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21041806228c5c75d007229920fe8c95e711d6157beb79eae5212eaf401c306b",
                "md5": "8f70030c7b7ef116265717062d8c55e5",
                "sha256": "27cf1fa909035a6b63940f51b2a4364422a8fa99f48028cc99349465cbaf2b61"
            },
            "downloads": -1,
            "filename": "lowLevelDataTransformation-0.0.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8f70030c7b7ef116265717062d8c55e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 66042,
            "upload_time": "2024-07-08T17:30:13",
            "upload_time_iso_8601": "2024-07-08T17:30:13.403916Z",
            "url": "https://files.pythonhosted.org/packages/21/04/1806228c5c75d007229920fe8c95e711d6157beb79eae5212eaf401c306b/lowLevelDataTransformation-0.0.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b599bde59dff4a779d8c379c0f37ed667af9986ad297521a897a1fa19b15a2b",
                "md5": "e534d28ef88f6061725eeee10e7957db",
                "sha256": "2cbf454c7a6faf4bb4e340291502ae6b93b28d2961dc96dc3927463963613ea1"
            },
            "downloads": -1,
            "filename": "lowLevelDataTransformation-0.0.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e534d28ef88f6061725eeee10e7957db",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 65853,
            "upload_time": "2024-07-08T17:30:15",
            "upload_time_iso_8601": "2024-07-08T17:30:15.853093Z",
            "url": "https://files.pythonhosted.org/packages/7b/59/9bde59dff4a779d8c379c0f37ed667af9986ad297521a897a1fa19b15a2b/lowLevelDataTransformation-0.0.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "911ed1710614b2740967ee787f84b3c0462104e0ab707beaa03dad92e05c974d",
                "md5": "eaa81c5c946c6b8d3425fcbe3b4eec34",
                "sha256": "1ef6a0dd03ae1ab8abfafaa96c7a98a2cddde2193b44dcd47f81df55da83de68"
            },
            "downloads": -1,
            "filename": "lowLevelDataTransformation-0.0.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "eaa81c5c946c6b8d3425fcbe3b4eec34",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 66753,
            "upload_time": "2024-07-08T17:30:17",
            "upload_time_iso_8601": "2024-07-08T17:30:17.056821Z",
            "url": "https://files.pythonhosted.org/packages/91/1e/d1710614b2740967ee787f84b3c0462104e0ab707beaa03dad92e05c974d/lowLevelDataTransformation-0.0.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7332fa05096d3e2a96bd05d7511ed54c7d2960b0048ce232d3d2f29f476e2ce",
                "md5": "7990c71d3db14b85f4498146454484f2",
                "sha256": "371684f0b9c0ed7eeab56d7446e882517896e864dd481985217775dff4a30ab4"
            },
            "downloads": -1,
            "filename": "lowLevelDataTransformation-0.0.4-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7990c71d3db14b85f4498146454484f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 83869,
            "upload_time": "2024-07-08T17:30:18",
            "upload_time_iso_8601": "2024-07-08T17:30:18.575096Z",
            "url": "https://files.pythonhosted.org/packages/d7/33/2fa05096d3e2a96bd05d7511ed54c7d2960b0048ce232d3d2f29f476e2ce/lowLevelDataTransformation-0.0.4-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aa0c199c2d09523cfd350b333e9f06737719351ff0fa5078cc2ba6c0b8783a1",
                "md5": "bd79bdb11c28e4af8192760047111648",
                "sha256": "44a35c7a083d235cfefc5ea263c6522ec5ef13c24ec001134ca8574b7ea00313"
            },
            "downloads": -1,
            "filename": "lowLevelDataTransformation-0.0.4-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bd79bdb11c28e4af8192760047111648",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 83559,
            "upload_time": "2024-07-08T17:30:20",
            "upload_time_iso_8601": "2024-07-08T17:30:20.260657Z",
            "url": "https://files.pythonhosted.org/packages/2a/a0/c199c2d09523cfd350b333e9f06737719351ff0fa5078cc2ba6c0b8783a1/lowLevelDataTransformation-0.0.4-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3086c86326751c5297d1934179310699895e42a73d7d58e277b85403158cfbd8",
                "md5": "f65cd2baa5163956d9596d84223b82a3",
                "sha256": "439339c8fa438433d543c666cf30975c62a03cf912f47e8dbc0763baf71657d7"
            },
            "downloads": -1,
            "filename": "lowLevelDataTransformation-0.0.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f65cd2baa5163956d9596d84223b82a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 83062,
            "upload_time": "2024-07-08T17:30:21",
            "upload_time_iso_8601": "2024-07-08T17:30:21.554530Z",
            "url": "https://files.pythonhosted.org/packages/30/86/c86326751c5297d1934179310699895e42a73d7d58e277b85403158cfbd8/lowLevelDataTransformation-0.0.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-08 17:30:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mdAshif1998",
    "github_project": "lowLevelDataTransformation",
    "github_not_found": true,
    "lcname": "lowleveldatatransformation"
}
        
Elapsed time: 0.34986s