pydplyr


Namepydplyr JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/nabin2004/pydplyr
SummarySyntax of dplyr in Python
upload_time2024-10-26 17:42:41
maintainerNone
docs_urlNone
authorNabin Oli
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pydplyr
## Simplicity and conciseness of R with the blazing speed of Rust.

```
For first Release, I'll be using Pandas instead of Rust for the initial version .
```


### Key Features:
- 5 verbs for Data work
- Follows grammar of graphics for visualizations
- Simplified Regular Expressions 

    
## Five verbs available
1. Arrange
2. Select
3. Filter
4. Filter with groups
5. Mutate
6. Mutate with groups
7. Summarize
9. Summarize with groups


# The power of combining verbs

## Grammar of Graphics
1. Data
2. Aesthetics
3. Geometrics
4. Facets
5. Statistics
6. Coordinates
7. Themes

# Simplified RegEx
With the simplified Regular Expressions, you will get the power of using RegEx at your conveniance, unlocking the power of unexplored RegEx

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nabin2004/pydplyr",
    "name": "pydplyr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Nabin Oli",
    "author_email": "nabinoli2004@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ef/7c/ebe0141b0a6161743099d5be3e765cf00c3aa724a9cfeeb934cba67f6777/pydplyr-0.1.tar.gz",
    "platform": null,
    "description": "# pydplyr\n## Simplicity and conciseness of R with the blazing speed of Rust.\n\n```\nFor first Release, I'll be using Pandas instead of Rust for the initial version .\n```\n\n\n### Key Features:\n- 5 verbs for Data work\n- Follows grammar of graphics for visualizations\n- Simplified Regular Expressions \n\n    \n## Five verbs available\n1. Arrange\n2. Select\n3. Filter\n4. Filter with groups\n5. Mutate\n6. Mutate with groups\n7. Summarize\n9. Summarize with groups\n\n\n# The power of combining verbs\n\n## Grammar of Graphics\n1. Data\n2. Aesthetics\n3. Geometrics\n4. Facets\n5. Statistics\n6. Coordinates\n7. Themes\n\n# Simplified RegEx\nWith the simplified Regular Expressions, you will get the power of using RegEx at your conveniance, unlocking the power of unexplored RegEx\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Syntax of dplyr in Python",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/nabin2004/pydplyr"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc0772c116ea3b331b527a6dbcaf515339fb1f5ee6fc65bb666e3c110c32d2a6",
                "md5": "2b276202f73a59a1414e70672e12c252",
                "sha256": "6ff220410807bf5089323bf95de7142332ce0f83d70390986b649bb904ddf670"
            },
            "downloads": -1,
            "filename": "pydplyr-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2b276202f73a59a1414e70672e12c252",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5378,
            "upload_time": "2024-10-26T17:42:40",
            "upload_time_iso_8601": "2024-10-26T17:42:40.362989Z",
            "url": "https://files.pythonhosted.org/packages/fc/07/72c116ea3b331b527a6dbcaf515339fb1f5ee6fc65bb666e3c110c32d2a6/pydplyr-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef7cebe0141b0a6161743099d5be3e765cf00c3aa724a9cfeeb934cba67f6777",
                "md5": "4da207fdc2a439efd74af4b86e859e78",
                "sha256": "47edb5745e09a7fc4eef94c395cee19aade2d4607864dd365e5984dd8d18151c"
            },
            "downloads": -1,
            "filename": "pydplyr-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4da207fdc2a439efd74af4b86e859e78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3745,
            "upload_time": "2024-10-26T17:42:41",
            "upload_time_iso_8601": "2024-10-26T17:42:41.722790Z",
            "url": "https://files.pythonhosted.org/packages/ef/7c/ebe0141b0a6161743099d5be3e765cf00c3aa724a9cfeeb934cba67f6777/pydplyr-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-26 17:42:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nabin2004",
    "github_project": "pydplyr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pydplyr"
}
        
Elapsed time: 0.49344s