polars-interval-match


Namepolars-interval-match JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA Python extension module for matching intervals in Polars DataFrames
upload_time2024-11-19 21:42:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords polars interval data science data wrangling plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package enables the matching of a Polars `Series` of numerical values (currently only `Float64` is supported) to a `Series` of interval strings (using standard interval notation).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "polars-interval-match",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Kyle Slugg-Urbino <kyle.slugg@gmail.com>",
    "keywords": "Polars, interval, data science, data wrangling, plugin",
    "author": null,
    "author_email": "Kyle Slugg-Urbino <kyle.slugg@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1a/b2/320819890353832a81b04c36f3e5e258bc1c456e7176553f5b72d49c9076/polars_interval_match-0.1.1.tar.gz",
    "platform": null,
    "description": "This package enables the matching of a Polars `Series` of numerical values (currently only `Float64` is supported) to a `Series` of interval strings (using standard interval notation).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python extension module for matching intervals in Polars DataFrames",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "polars",
        " interval",
        " data science",
        " data wrangling",
        " plugin"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba57d4dafeb0896752f9915a9c7d4a623badc854ebc55c6e36cd4009c9f53f96",
                "md5": "20e5a801fc06c559262e454f9842d0d2",
                "sha256": "ab7ee141366c16ec19d23e11c22a93b0935bf8c01fe9374ae262a6b4c4b56f1e"
            },
            "downloads": -1,
            "filename": "polars_interval_match-0.1.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "20e5a801fc06c559262e454f9842d0d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 3420341,
            "upload_time": "2024-11-19T21:42:40",
            "upload_time_iso_8601": "2024-11-19T21:42:40.094980Z",
            "url": "https://files.pythonhosted.org/packages/ba/57/d4dafeb0896752f9915a9c7d4a623badc854ebc55c6e36cd4009c9f53f96/polars_interval_match-0.1.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1ab2320819890353832a81b04c36f3e5e258bc1c456e7176553f5b72d49c9076",
                "md5": "3cce56ae7289277c7ae323fe65d39407",
                "sha256": "df9ef3608c04640c2b831817868020222aa338fec1165b2f17beb3e7c4a03783"
            },
            "downloads": -1,
            "filename": "polars_interval_match-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3cce56ae7289277c7ae323fe65d39407",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 25209,
            "upload_time": "2024-11-19T21:42:41",
            "upload_time_iso_8601": "2024-11-19T21:42:41.551196Z",
            "url": "https://files.pythonhosted.org/packages/1a/b2/320819890353832a81b04c36f3e5e258bc1c456e7176553f5b72d49c9076/polars_interval_match-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 21:42:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "polars-interval-match"
}
        
Elapsed time: 0.43685s