pyarrow


Namepyarrow JSON
Version 18.0.0 PyPI version JSON
download
home_pageNone
SummaryPython library for Apache Arrow
upload_time2024-10-28 10:14:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!---
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
  distributed with this work for additional information
  regarding copyright ownership.  The ASF licenses this file
  to you under the Apache License, Version 2.0 (the
  "License"); you may not use this file except in compliance
  with the License.  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing,
  software distributed under the License is distributed on an
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  KIND, either express or implied.  See the License for the
  specific language governing permissions and limitations
  under the License.
-->

## Python library for Apache Arrow

[![pypi](https://img.shields.io/pypi/v/pyarrow.svg)](https://pypi.org/project/pyarrow/) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/pyarrow.svg)](https://anaconda.org/conda-forge/pyarrow)

This library provides a Python API for functionality provided by the Arrow C++
libraries, along with tools for Arrow integration and interoperability with
pandas, NumPy, and other software in the Python ecosystem.

## Installing

Across platforms, you can install a recent version of pyarrow with the conda
package manager:

```shell
conda install pyarrow -c conda-forge
```

On Linux, macOS, and Windows, you can also install binary wheels from PyPI with
pip:

```shell
pip install pyarrow
```

If you encounter any issues importing the pip wheels on Windows, you may need
to install the [Visual C++ Redistributable for Visual Studio 2015][6].

## Development

See [Python Development][2] in the documentation subproject.

### Building the documentation

See [documentation build instructions][1] in the documentation subproject.

[1]: https://github.com/apache/arrow/blob/main/docs/source/developers/documentation.rst
[2]: https://github.com/apache/arrow/blob/main/docs/source/developers/python.rst
[3]: https://github.com/pandas-dev/pandas
[5]: https://arrow.apache.org/docs/latest/python/benchmarks.html
[6]: https://www.microsoft.com/en-us/download/details.aspx?id=48145

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyarrow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Apache Arrow Developers <dev@arrow.apache.org>",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ec/41/6bfd027410ba2cc35da4682394fdc4285dc345b1d99f7bd55e96255d0c7d/pyarrow-18.0.0.tar.gz",
    "platform": null,
    "description": "<!---\n  Licensed to the Apache Software Foundation (ASF) under one\n  or more contributor license agreements.  See the NOTICE file\n  distributed with this work for additional information\n  regarding copyright ownership.  The ASF licenses this file\n  to you under the Apache License, Version 2.0 (the\n  \"License\"); you may not use this file except in compliance\n  with the License.  You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing,\n  software distributed under the License is distributed on an\n  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n  KIND, either express or implied.  See the License for the\n  specific language governing permissions and limitations\n  under the License.\n-->\n\n## Python library for Apache Arrow\n\n[![pypi](https://img.shields.io/pypi/v/pyarrow.svg)](https://pypi.org/project/pyarrow/) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/pyarrow.svg)](https://anaconda.org/conda-forge/pyarrow)\n\nThis library provides a Python API for functionality provided by the Arrow C++\nlibraries, along with tools for Arrow integration and interoperability with\npandas, NumPy, and other software in the Python ecosystem.\n\n## Installing\n\nAcross platforms, you can install a recent version of pyarrow with the conda\npackage manager:\n\n```shell\nconda install pyarrow -c conda-forge\n```\n\nOn Linux, macOS, and Windows, you can also install binary wheels from PyPI with\npip:\n\n```shell\npip install pyarrow\n```\n\nIf you encounter any issues importing the pip wheels on Windows, you may need\nto install the [Visual C++ Redistributable for Visual Studio 2015][6].\n\n## Development\n\nSee [Python Development][2] in the documentation subproject.\n\n### Building the documentation\n\nSee [documentation build instructions][1] in the documentation subproject.\n\n[1]: https://github.com/apache/arrow/blob/main/docs/source/developers/documentation.rst\n[2]: https://github.com/apache/arrow/blob/main/docs/source/developers/python.rst\n[3]: https://github.com/pandas-dev/pandas\n[5]: https://arrow.apache.org/docs/latest/python/benchmarks.html\n[6]: https://www.microsoft.com/en-us/download/details.aspx?id=48145\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Python library for Apache Arrow",
    "version": "18.0.0",
    "project_urls": {
        "Documentation": "https://arrow.apache.org/docs/python",
        "Homepage": "https://arrow.apache.org/",
        "Issues": "https://github.com/apache/arrow/issues",
        "Repository": "https://github.com/apache/arrow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9edef11a218ecc75e7af307058cb68cecff52b261d00cb59abf3ecdb51863cf1",
                "md5": "a4054c9242e8b96fe704e1fec4111b11",
                "sha256": "2333f93260674e185cfbf208d2da3007132572e56871f451ba1a556b45dae6e2"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp310-cp310-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a4054c9242e8b96fe704e1fec4111b11",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 29508785,
            "upload_time": "2024-10-28T10:10:49",
            "upload_time_iso_8601": "2024-10-28T10:10:49.084280Z",
            "url": "https://files.pythonhosted.org/packages/9e/de/f11a218ecc75e7af307058cb68cecff52b261d00cb59abf3ecdb51863cf1/pyarrow-18.0.0-cp310-cp310-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1c9de5d8997aa1c140043006beefe527ed377c8820192f14866f31f3659ffcb",
                "md5": "fc418e4c84047f9f4d6251e93dba2fc5",
                "sha256": "4c381857754da44326f3a49b8b199f7f87a51c2faacd5114352fc78de30d3aba"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp310-cp310-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fc418e4c84047f9f4d6251e93dba2fc5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 30813634,
            "upload_time": "2024-10-28T10:10:55",
            "upload_time_iso_8601": "2024-10-28T10:10:55.146943Z",
            "url": "https://files.pythonhosted.org/packages/d1/c9/de5d8997aa1c140043006beefe527ed377c8820192f14866f31f3659ffcb/pyarrow-18.0.0-cp310-cp310-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b807d1c7e83ab5be551ecd6acafa9dfbabd486038d351ef99c25fa9e7736f582",
                "md5": "70b641865e64390629db56830c15016f",
                "sha256": "603cd8ad4976568954598ef0a6d4ed3dfb78aff3d57fa8d6271f470f0ce7d34f"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "70b641865e64390629db56830c15016f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 39179444,
            "upload_time": "2024-10-28T10:11:01",
            "upload_time_iso_8601": "2024-10-28T10:11:01.865013Z",
            "url": "https://files.pythonhosted.org/packages/b8/07/d1c7e83ab5be551ecd6acafa9dfbabd486038d351ef99c25fa9e7736f582/pyarrow-18.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "adedc601fb60c4360fcc49a40b8db5c600c17670a26e3a803d8c9ab01c7023c8",
                "md5": "596aea2ccf49e1f06f8d114b3f93800d",
                "sha256": "58a62549a3e0bc9e03df32f350e10e1efb94ec6cf63e3920c3385b26663948ce"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "596aea2ccf49e1f06f8d114b3f93800d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 40092678,
            "upload_time": "2024-10-28T10:11:08",
            "upload_time_iso_8601": "2024-10-28T10:11:08.800553Z",
            "url": "https://files.pythonhosted.org/packages/ad/ed/c601fb60c4360fcc49a40b8db5c600c17670a26e3a803d8c9ab01c7023c8/pyarrow-18.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e88bf9fee7f9a69896ad888e2545a1b75bae205acdcc9feb18671f5c48880820",
                "md5": "a652ece696f63712e38ea4aa36fef926",
                "sha256": "bc97316840a349485fbb137eb8d0f4d7057e1b2c1272b1a20eebbbe1848f5122"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a652ece696f63712e38ea4aa36fef926",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 38590888,
            "upload_time": "2024-10-28T10:11:15",
            "upload_time_iso_8601": "2024-10-28T10:11:15.365280Z",
            "url": "https://files.pythonhosted.org/packages/e8/8b/f9fee7f9a69896ad888e2545a1b75bae205acdcc9feb18671f5c48880820/pyarrow-18.0.0-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90d2ea2413fcf338634530b71c617d45c87b004149575d142d906c0f92b618e0",
                "md5": "4a5412a61a4f4fd30fff4e1b2cf49bbd",
                "sha256": "2e549a748fa8b8715e734919923f69318c953e077e9c02140ada13e59d043310"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a5412a61a4f4fd30fff4e1b2cf49bbd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 40025239,
            "upload_time": "2024-10-28T10:11:21",
            "upload_time_iso_8601": "2024-10-28T10:11:21.572580Z",
            "url": "https://files.pythonhosted.org/packages/90/d2/ea2413fcf338634530b71c617d45c87b004149575d142d906c0f92b618e0/pyarrow-18.0.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d90b7ef63050a163ea2cb14ca0506bae8a2f6aab6760857cb4a99a4a8a55de09",
                "md5": "44395df2f599c1991312b16eab6b2160",
                "sha256": "606e9a3dcb0f52307c5040698ea962685fb1c852d72379ee9412be7de9c5f9e2"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "44395df2f599c1991312b16eab6b2160",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 25102382,
            "upload_time": "2024-10-28T10:11:27",
            "upload_time_iso_8601": "2024-10-28T10:11:27.481665Z",
            "url": "https://files.pythonhosted.org/packages/d9/0b/7ef63050a163ea2cb14ca0506bae8a2f6aab6760857cb4a99a4a8a55de09/pyarrow-18.0.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d663a4854246fb3d1387e176e2989d919b8186ce3806ca244fbed27217608708",
                "md5": "1e141879d5ca7a9a6da3a21ae51ac293",
                "sha256": "d5795e37c0a33baa618c5e054cd61f586cf76850a251e2b21355e4085def6280"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp311-cp311-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1e141879d5ca7a9a6da3a21ae51ac293",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 29532160,
            "upload_time": "2024-10-28T10:11:32",
            "upload_time_iso_8601": "2024-10-28T10:11:32.928601Z",
            "url": "https://files.pythonhosted.org/packages/d6/63/a4854246fb3d1387e176e2989d919b8186ce3806ca244fbed27217608708/pyarrow-18.0.0-cp311-cp311-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53dc9a6672fb35d36323f4548b08064fb264353024538f60adaedf0c6df6b31d",
                "md5": "ecc053c4985caaa353cf936df8487efa",
                "sha256": "5f0510608ccd6e7f02ca8596962afb8c6cc84c453e7be0da4d85f5f4f7b0328a"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp311-cp311-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ecc053c4985caaa353cf936df8487efa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 30844030,
            "upload_time": "2024-10-28T10:11:38",
            "upload_time_iso_8601": "2024-10-28T10:11:38.432333Z",
            "url": "https://files.pythonhosted.org/packages/53/dc/9a6672fb35d36323f4548b08064fb264353024538f60adaedf0c6df6b31d/pyarrow-18.0.0-cp311-cp311-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ef9cfcee70dcb48bc0fee6265a5d2502ea85ccdab54957fd2dd5b327dfc8807",
                "md5": "092f0c02196e357786f1db796f8e0b56",
                "sha256": "616ea2826c03c16e87f517c46296621a7c51e30400f6d0a61be645f203aa2b93"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "092f0c02196e357786f1db796f8e0b56",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 39177238,
            "upload_time": "2024-10-28T10:11:44",
            "upload_time_iso_8601": "2024-10-28T10:11:44.707895Z",
            "url": "https://files.pythonhosted.org/packages/8e/f9/cfcee70dcb48bc0fee6265a5d2502ea85ccdab54957fd2dd5b327dfc8807/pyarrow-18.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17decd37c379dc1aa379956b15d9c89ff920cf48c239f64fbed0ca97dffa3acc",
                "md5": "f4ec79e3a6bdfb14104402f8b485052c",
                "sha256": "a1824f5b029ddd289919f354bc285992cb4e32da518758c136271cf66046ef22"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f4ec79e3a6bdfb14104402f8b485052c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 40089208,
            "upload_time": "2024-10-28T10:11:52",
            "upload_time_iso_8601": "2024-10-28T10:11:52.003005Z",
            "url": "https://files.pythonhosted.org/packages/17/de/cd37c379dc1aa379956b15d9c89ff920cf48c239f64fbed0ca97dffa3acc/pyarrow-18.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd8083453dcceaa49d7aa42b0b6aaa7a0797231b9aee1cc213f286e0be3bdf89",
                "md5": "90b4fdf28981459a548378491c0601bd",
                "sha256": "6dd1b52d0d58dd8f685ced9971eb49f697d753aa7912f0a8f50833c7a7426319"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp311-cp311-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "90b4fdf28981459a548378491c0601bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 38606715,
            "upload_time": "2024-10-28T10:11:58",
            "upload_time_iso_8601": "2024-10-28T10:11:58.121944Z",
            "url": "https://files.pythonhosted.org/packages/dd/80/83453dcceaa49d7aa42b0b6aaa7a0797231b9aee1cc213f286e0be3bdf89/pyarrow-18.0.0-cp311-cp311-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18f45687ead1672920b5ed8840398551cc3a96a1389be68b68d18aca3944e525",
                "md5": "5c66dda2f0e2e178364b16bd465745c9",
                "sha256": "320ae9bd45ad7ecc12ec858b3e8e462578de060832b98fc4d671dee9f10d9954"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5c66dda2f0e2e178364b16bd465745c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 40040879,
            "upload_time": "2024-10-28T10:12:04",
            "upload_time_iso_8601": "2024-10-28T10:12:04.058971Z",
            "url": "https://files.pythonhosted.org/packages/18/f4/5687ead1672920b5ed8840398551cc3a96a1389be68b68d18aca3944e525/pyarrow-18.0.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4911ea314ad45f45d3245f0768dba711fd3d5deb25a9e08af298d0924ab94aee",
                "md5": "22fce5254aa064b8b52a7f3afc2a1766",
                "sha256": "2c992716cffb1088414f2b478f7af0175fd0a76fea80841b1706baa8fb0ebaad"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "22fce5254aa064b8b52a7f3afc2a1766",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 25105360,
            "upload_time": "2024-10-28T10:12:08",
            "upload_time_iso_8601": "2024-10-28T10:12:08.618960Z",
            "url": "https://files.pythonhosted.org/packages/49/11/ea314ad45f45d3245f0768dba711fd3d5deb25a9e08af298d0924ab94aee/pyarrow-18.0.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4eaa7f77688e6c529723b37589af4db3e7179414e223878301907c5bd49d6bc",
                "md5": "bf148c4cb9f9a0be08e9fc9088987a4f",
                "sha256": "e7ab04f272f98ebffd2a0661e4e126036f6936391ba2889ed2d44c5006237802"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp312-cp312-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bf148c4cb9f9a0be08e9fc9088987a4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 29493113,
            "upload_time": "2024-10-28T10:12:13",
            "upload_time_iso_8601": "2024-10-28T10:12:13.684730Z",
            "url": "https://files.pythonhosted.org/packages/e4/ea/a7f77688e6c529723b37589af4db3e7179414e223878301907c5bd49d6bc/pyarrow-18.0.0-cp312-cp312-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "798aa3af902af623a1cf4f9d4d27d81e634caf1585a819b7530728a8147e391c",
                "md5": "39a75348472a719c5cfc8e892806b515",
                "sha256": "03f40b65a43be159d2f97fd64dc998f769d0995a50c00f07aab58b0b3da87e1f"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp312-cp312-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39a75348472a719c5cfc8e892806b515",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 30833386,
            "upload_time": "2024-10-28T10:12:18",
            "upload_time_iso_8601": "2024-10-28T10:12:18.791677Z",
            "url": "https://files.pythonhosted.org/packages/79/8a/a3af902af623a1cf4f9d4d27d81e634caf1585a819b7530728a8147e391c/pyarrow-18.0.0-cp312-cp312-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "461ef38b22e12e2ce9ee7c9d805ce234f68b23a0568b9a6bea223e3a99ca0068",
                "md5": "ff121aec7ca413f49c33734ca4d7e9cf",
                "sha256": "be08af84808dff63a76860847c48ec0416928a7b3a17c2f49a072cac7c45efbd"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ff121aec7ca413f49c33734ca4d7e9cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 39170798,
            "upload_time": "2024-10-28T10:12:24",
            "upload_time_iso_8601": "2024-10-28T10:12:24.941683Z",
            "url": "https://files.pythonhosted.org/packages/46/1e/f38b22e12e2ce9ee7c9d805ce234f68b23a0568b9a6bea223e3a99ca0068/pyarrow-18.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8fbfd0ef3e0f03227ab183f8dc941f4ef59636d8c382e246954601dd29cf1b0",
                "md5": "b3158736d71f1eb590a51743908af26e",
                "sha256": "8c70c1965cde991b711a98448ccda3486f2a336457cf4ec4dca257a926e149c9"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3158736d71f1eb590a51743908af26e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 40103326,
            "upload_time": "2024-10-28T10:12:31",
            "upload_time_iso_8601": "2024-10-28T10:12:31.150881Z",
            "url": "https://files.pythonhosted.org/packages/f8/fb/fd0ef3e0f03227ab183f8dc941f4ef59636d8c382e246954601dd29cf1b0/pyarrow-18.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cbd5de139adba486db5ccc1b7ecab51e328a9dce354c82c6d26c2f642b178d3",
                "md5": "b0a8f408612ae6e2efbbef4372770c2d",
                "sha256": "00178509f379415a3fcf855af020e3340254f990a8534294ec3cf674d6e255fd"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp312-cp312-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b0a8f408612ae6e2efbbef4372770c2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 38583592,
            "upload_time": "2024-10-28T10:12:37",
            "upload_time_iso_8601": "2024-10-28T10:12:37.659095Z",
            "url": "https://files.pythonhosted.org/packages/7c/bd/5de139adba486db5ccc1b7ecab51e328a9dce354c82c6d26c2f642b178d3/pyarrow-18.0.0-cp312-cp312-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d1f9bb3b3a644892d631dbbe99053cdb5295092d2696b4bcd3d21f29624c689",
                "md5": "04f75e1d0d9419157a1bb6eb6b4db9c4",
                "sha256": "a71ab0589a63a3e987beb2bc172e05f000a5c5be2636b4b263c44034e215b5d7"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04f75e1d0d9419157a1bb6eb6b4db9c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 40043128,
            "upload_time": "2024-10-28T10:12:44",
            "upload_time_iso_8601": "2024-10-28T10:12:44.857136Z",
            "url": "https://files.pythonhosted.org/packages/8d/1f/9bb3b3a644892d631dbbe99053cdb5295092d2696b4bcd3d21f29624c689/pyarrow-18.0.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7439323621402c2b1ce7ba600d03c81cf9645b862350d7c495f3fcef37850d1d",
                "md5": "5ba662849f15fe4ae580eac4e948f59a",
                "sha256": "fe92efcdbfa0bcf2fa602e466d7f2905500f33f09eb90bf0bcf2e6ca41b574c8"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5ba662849f15fe4ae580eac4e948f59a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 25075300,
            "upload_time": "2024-10-28T10:12:50",
            "upload_time_iso_8601": "2024-10-28T10:12:50.345741Z",
            "url": "https://files.pythonhosted.org/packages/74/39/323621402c2b1ce7ba600d03c81cf9645b862350d7c495f3fcef37850d1d/pyarrow-18.0.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13384a8f8e97301adbb51c0bae7e0bc39e6878609c9337543bbbd2e9b1b3046e",
                "md5": "ed7e25b4444da53bb5a58f7cb45cb6ec",
                "sha256": "907ee0aa8ca576f5e0cdc20b5aeb2ad4d3953a3b4769fc4b499e00ef0266f02f"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ed7e25b4444da53bb5a58f7cb45cb6ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 29475921,
            "upload_time": "2024-10-28T10:12:55",
            "upload_time_iso_8601": "2024-10-28T10:12:55.524879Z",
            "url": "https://files.pythonhosted.org/packages/13/38/4a8f8e97301adbb51c0bae7e0bc39e6878609c9337543bbbd2e9b1b3046e/pyarrow-18.0.0-cp313-cp313-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "117543aad9b0678dfcdf5cc4d632f0ead92abe5666ce5b5cc985abab75e0d410",
                "md5": "e90f7b2a4e76c2343b721b121695bbd7",
                "sha256": "66dcc216ebae2eb4c37b223feaf82f15b69d502821dde2da138ec5a3716e7463"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e90f7b2a4e76c2343b721b121695bbd7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 30811777,
            "upload_time": "2024-10-28T10:13:01",
            "upload_time_iso_8601": "2024-10-28T10:13:01.461735Z",
            "url": "https://files.pythonhosted.org/packages/11/75/43aad9b0678dfcdf5cc4d632f0ead92abe5666ce5b5cc985abab75e0d410/pyarrow-18.0.0-cp313-cp313-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1eb7477bcba6ff7e65d8045d0b6c04b36f12051385f533189617a652f551e742",
                "md5": "34c5633b0028a612de794557a41f66e4",
                "sha256": "bc1daf7c425f58527900876354390ee41b0ae962a73ad0959b9d829def583bb1"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "34c5633b0028a612de794557a41f66e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 39163582,
            "upload_time": "2024-10-28T10:13:09",
            "upload_time_iso_8601": "2024-10-28T10:13:09.731563Z",
            "url": "https://files.pythonhosted.org/packages/1e/b7/477bcba6ff7e65d8045d0b6c04b36f12051385f533189617a652f551e742/pyarrow-18.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8a737be6828370a98b3ed1125daf41dc651b27e2a9506a3682da305db757f32",
                "md5": "7b7484cc643ce72d4893a67da0f032e4",
                "sha256": "871b292d4b696b09120ed5bde894f79ee2a5f109cb84470546471df264cae136"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7b7484cc643ce72d4893a67da0f032e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 40095799,
            "upload_time": "2024-10-28T10:13:16",
            "upload_time_iso_8601": "2024-10-28T10:13:16.033593Z",
            "url": "https://files.pythonhosted.org/packages/c8/a7/37be6828370a98b3ed1125daf41dc651b27e2a9506a3682da305db757f32/pyarrow-18.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5aa0a4eb68c3495c5e72b404c9106c4af2d02860b0a64bc9450023ed9a412c0b",
                "md5": "ed551f84abee7e1fab849e70954a5623",
                "sha256": "082ba62bdcb939824ba1ce10b8acef5ab621da1f4c4805e07bfd153617ac19d4"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ed551f84abee7e1fab849e70954a5623",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 38575191,
            "upload_time": "2024-10-28T10:13:22",
            "upload_time_iso_8601": "2024-10-28T10:13:22.985384Z",
            "url": "https://files.pythonhosted.org/packages/5a/a0/a4eb68c3495c5e72b404c9106c4af2d02860b0a64bc9450023ed9a412c0b/pyarrow-18.0.0-cp313-cp313-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "951f6c629156ed4b8e2262da57868930cbb8cffba318b8413043acd02db9ad97",
                "md5": "17cd7cbb60ba36fe8ace45ff08579315",
                "sha256": "2c664ab88b9766413197733c1720d3dcd4190e8fa3bbdc3710384630a0a7207b"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "17cd7cbb60ba36fe8ace45ff08579315",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 40031824,
            "upload_time": "2024-10-28T10:13:29",
            "upload_time_iso_8601": "2024-10-28T10:13:29.621434Z",
            "url": "https://files.pythonhosted.org/packages/95/1f/6c629156ed4b8e2262da57868930cbb8cffba318b8413043acd02db9ad97/pyarrow-18.0.0-cp313-cp313-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84f7fa53f3062dd2e390b8b021ce2d8de064a141b4bffc2add05471b5b2ee0eb",
                "md5": "87715d71c96211398bc5aeac8a62c9b2",
                "sha256": "28f9c39a56d2c78bf6b87dcc699d520ab850919d4a8c7418cd20eda49874a2ea"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313t-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "87715d71c96211398bc5aeac8a62c9b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 29503390,
            "upload_time": "2024-10-28T10:13:36",
            "upload_time_iso_8601": "2024-10-28T10:13:36.599683Z",
            "url": "https://files.pythonhosted.org/packages/84/f7/fa53f3062dd2e390b8b021ce2d8de064a141b4bffc2add05471b5b2ee0eb/pyarrow-18.0.0-cp313-cp313t-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bd303bc8a5356d95098878c0fa076e69992c6abc212898cd7286cfeab0f2c60",
                "md5": "751df1403f0e5814cd15d8bcd04565c8",
                "sha256": "f1a198a50c409ab2d009fbf20956ace84567d67f2c5701511d4dd561fae6f32e"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313t-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "751df1403f0e5814cd15d8bcd04565c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 30806216,
            "upload_time": "2024-10-28T10:13:42",
            "upload_time_iso_8601": "2024-10-28T10:13:42.084160Z",
            "url": "https://files.pythonhosted.org/packages/2b/d3/03bc8a5356d95098878c0fa076e69992c6abc212898cd7286cfeab0f2c60/pyarrow-18.0.0-cp313-cp313t-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75043b27d1352d3252abf42b0a83a2e7f6fcb7665cc98a5d3777f427eaa166bc",
                "md5": "44f03329abd77eee3bfeda1801e959e6",
                "sha256": "b5bd7fd32e3ace012d43925ea4fc8bd1b02cc6cc1e9813b518302950e89b5a22"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "44f03329abd77eee3bfeda1801e959e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 39086243,
            "upload_time": "2024-10-28T10:13:47",
            "upload_time_iso_8601": "2024-10-28T10:13:47.637564Z",
            "url": "https://files.pythonhosted.org/packages/75/04/3b27d1352d3252abf42b0a83a2e7f6fcb7665cc98a5d3777f427eaa166bc/pyarrow-18.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3097861dfbe3987156f817f3d7e6feb239de1e085a6b576f62454b7bc42c2713",
                "md5": "ad98cb20a22a88848f57ceb36fb75710",
                "sha256": "336addb8b6f5208be1b2398442c703a710b6b937b1a046065ee4db65e782ff5a"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad98cb20a22a88848f57ceb36fb75710",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 40055188,
            "upload_time": "2024-10-28T10:13:54",
            "upload_time_iso_8601": "2024-10-28T10:13:54.591697Z",
            "url": "https://files.pythonhosted.org/packages/30/97/861dfbe3987156f817f3d7e6feb239de1e085a6b576f62454b7bc42c2713/pyarrow-18.0.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "253a14f024a1c8fb5ff67d79b616fe218bbfa06f23f198e762c6a900a843796a",
                "md5": "f30bff3898642409c17fbf7e0907db50",
                "sha256": "45476490dd4adec5472c92b4d253e245258745d0ccaabe706f8d03288ed60a79"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f30bff3898642409c17fbf7e0907db50",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 38511444,
            "upload_time": "2024-10-28T10:14:00",
            "upload_time_iso_8601": "2024-10-28T10:14:00.712858Z",
            "url": "https://files.pythonhosted.org/packages/25/3a/14f024a1c8fb5ff67d79b616fe218bbfa06f23f198e762c6a900a843796a/pyarrow-18.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92a281c1dd744b322c0c548f793deb521bf23500806d754128ddf6f978736dff",
                "md5": "d87fb9d0525f27e8d0094f297be7da3e",
                "sha256": "b46591222c864e7da7faa3b19455196416cd8355ff6c2cc2e65726a760a3c420"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d87fb9d0525f27e8d0094f297be7da3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 40006508,
            "upload_time": "2024-10-28T10:14:07",
            "upload_time_iso_8601": "2024-10-28T10:14:07.208937Z",
            "url": "https://files.pythonhosted.org/packages/92/a2/81c1dd744b322c0c548f793deb521bf23500806d754128ddf6f978736dff/pyarrow-18.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "004f5add0884b3ee6f4f1875e9cd0e69a30905798fa1497a80ab6df4645b54b4",
                "md5": "aa47d28f19b584db6f609d765e96bf67",
                "sha256": "dc892be34dbd058e8d189b47db1e33a227d965ea8805a235c8a7286f7fd17d3a"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "aa47d28f19b584db6f609d765e96bf67",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 25068305,
            "upload_time": "2024-10-28T10:14:12",
            "upload_time_iso_8601": "2024-10-28T10:14:12.522876Z",
            "url": "https://files.pythonhosted.org/packages/00/4f/5add0884b3ee6f4f1875e9cd0e69a30905798fa1497a80ab6df4645b54b4/pyarrow-18.0.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc0eaf94359691d79b683e02c1d87d982a72c02ef638ef9f77ac156cbb8f53a9",
                "md5": "dfe92ffd09160d4dd4cc025b453f8caf",
                "sha256": "eb7e3abcda7e1e6b83c2dc2909c8d045881017270a119cc6ee7fdcfe71d02df8"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp39-cp39-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dfe92ffd09160d4dd4cc025b453f8caf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 29521086,
            "upload_time": "2024-10-28T10:14:18",
            "upload_time_iso_8601": "2024-10-28T10:14:18.123717Z",
            "url": "https://files.pythonhosted.org/packages/dc/0e/af94359691d79b683e02c1d87d982a72c02ef638ef9f77ac156cbb8f53a9/pyarrow-18.0.0-cp39-cp39-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57268d683b58c6234286975f85477ac0e2988bcb7a043c47ab5f368d7b6c3113",
                "md5": "6cda8d524365b8ca20a467d6f9004c80",
                "sha256": "09f30690b99ce34e0da64d20dab372ee54431745e4efb78ac938234a282d15f9"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp39-cp39-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6cda8d524365b8ca20a467d6f9004c80",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 30827425,
            "upload_time": "2024-10-28T10:14:23",
            "upload_time_iso_8601": "2024-10-28T10:14:23.803205Z",
            "url": "https://files.pythonhosted.org/packages/57/26/8d683b58c6234286975f85477ac0e2988bcb7a043c47ab5f368d7b6c3113/pyarrow-18.0.0-cp39-cp39-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9a1f3feb319861922f6dcb48aee921b349fe97f44c91656b95885ac0053767d",
                "md5": "9758b79f7a0676dd885e990328ee564b",
                "sha256": "4d5ca5d707e158540312e09fd907f9f49bacbe779ab5236d9699ced14d2293b8"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9758b79f7a0676dd885e990328ee564b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 39189249,
            "upload_time": "2024-10-28T10:14:30",
            "upload_time_iso_8601": "2024-10-28T10:14:30.391115Z",
            "url": "https://files.pythonhosted.org/packages/a9/a1/f3feb319861922f6dcb48aee921b349fe97f44c91656b95885ac0053767d/pyarrow-18.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02191e47418efd3fadf343cc3c01703aba76e327e4f2224a1d137b7e2e5647ec",
                "md5": "b882b1969af5a4ea6960908921ca49f7",
                "sha256": "d6331f280c6e4521c69b201a42dd978f60f7e129511a55da9e0bfe426b4ebb8d"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b882b1969af5a4ea6960908921ca49f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 40101325,
            "upload_time": "2024-10-28T10:14:36",
            "upload_time_iso_8601": "2024-10-28T10:14:36.895126Z",
            "url": "https://files.pythonhosted.org/packages/02/19/1e47418efd3fadf343cc3c01703aba76e327e4f2224a1d137b7e2e5647ec/pyarrow-18.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb404c27579387917f55ce55f136fb20ce53bfe8c9809c2e2d864e5ec044330a",
                "md5": "318ff8681472d9aa1c0c96222eed16b9",
                "sha256": "3ac24b2be732e78a5a3ac0b3aa870d73766dd00beba6e015ea2ea7394f8b4e55"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp39-cp39-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "318ff8681472d9aa1c0c96222eed16b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 38602611,
            "upload_time": "2024-10-28T10:14:44",
            "upload_time_iso_8601": "2024-10-28T10:14:44.006450Z",
            "url": "https://files.pythonhosted.org/packages/fb/40/4c27579387917f55ce55f136fb20ce53bfe8c9809c2e2d864e5ec044330a/pyarrow-18.0.0-cp39-cp39-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aaab55bd58856c33f58de2afc05273bc036f8b353efae1fde9cdfff510457a20",
                "md5": "7418f282d3d3842f634fc6c4402a4b9d",
                "sha256": "b30a927c6dff89ee702686596f27c25160dd6c99be5bcc1513a763ae5b1bfc03"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7418f282d3d3842f634fc6c4402a4b9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 40036804,
            "upload_time": "2024-10-28T10:14:50",
            "upload_time_iso_8601": "2024-10-28T10:14:50.864983Z",
            "url": "https://files.pythonhosted.org/packages/aa/ab/55bd58856c33f58de2afc05273bc036f8b353efae1fde9cdfff510457a20/pyarrow-18.0.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d277a5021212460133ce9c4cc2da5d5b3ecd3bc84cf06d772bf0ceaf42c5c24c",
                "md5": "e0e2725e7925db2fc9df64f688226d4b",
                "sha256": "8f40ec677e942374e3d7f2fad6a67a4c2811a8b975e8703c6fd26d3b168a90e2"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e0e2725e7925db2fc9df64f688226d4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 25111132,
            "upload_time": "2024-10-28T10:14:56",
            "upload_time_iso_8601": "2024-10-28T10:14:56.907522Z",
            "url": "https://files.pythonhosted.org/packages/d2/77/a5021212460133ce9c4cc2da5d5b3ecd3bc84cf06d772bf0ceaf42c5c24c/pyarrow-18.0.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec416bfd027410ba2cc35da4682394fdc4285dc345b1d99f7bd55e96255d0c7d",
                "md5": "49a0853277c2589570465bb4ced10a75",
                "sha256": "a6aa027b1a9d2970cf328ccd6dbe4a996bc13c39fd427f502782f5bdb9ca20f5"
            },
            "downloads": -1,
            "filename": "pyarrow-18.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "49a0853277c2589570465bb4ced10a75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1118457,
            "upload_time": "2024-10-28T10:14:59",
            "upload_time_iso_8601": "2024-10-28T10:14:59.805590Z",
            "url": "https://files.pythonhosted.org/packages/ec/41/6bfd027410ba2cc35da4682394fdc4285dc345b1d99f7bd55e96255d0c7d/pyarrow-18.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 10:14:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apache",
    "github_project": "arrow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "pyarrow"
}
        
Elapsed time: 0.38839s