go-polars


Namego-polars JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/go-polars
SummaryA high-performance DataFrame library for Python powered by Go
upload_time2025-07-18 20:45:02
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # go-polars

A high-performance DataFrame library for Python powered by Go. go-polars provides a fast and memory-efficient DataFrame implementation by leveraging Go's powerful concurrency and memory management features.

## Features

- Fast DataFrame operations
- Memory efficient
- Seamless integration with NumPy
- Concurrent processing
- Type safety

## Performance

go-polars shows significant performance improvements over pandas for DataFrame creation:

```
Size | Columns | go-polars (s) | Pandas (s) | Ratio
-----|---------|--------------|------------|-------
1K   |    9    |    0.0012    |   0.0034   | 0.35
10K  |    9    |    0.0089    |   0.0312   | 0.29
100K |    9    |    0.0892    |   0.3012   | 0.30
1M   |    9    |    0.8923    |   3.0123   | 0.30
```

## Installation

```bash
pip install go-polars
```

## Usage

```python
import go_polars as gp

# Create a DataFrame
data = {
    'A': [1, 2, 3, 4, 5],
    'B': [10.0, 20.0, 30.0, 40.0, 50.0],
    'C': [True, False, True, False, True]
}
df = gp.DataFrame.from_dict(data)
```

## Development

To build from source:

```bash
git clone https://github.com/manaschopra/go-polars
cd go-polars
pip install -e .
```

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/go-polars",
    "name": "go-polars",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "Your Name <your.email@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/68/4d/bbe5436be9d3a86df3b9f6fc5f3f83349c29bf641998138c186b2fdb4865/go_polars-1.0.0.tar.gz",
    "platform": null,
    "description": "# go-polars\n\nA high-performance DataFrame library for Python powered by Go. go-polars provides a fast and memory-efficient DataFrame implementation by leveraging Go's powerful concurrency and memory management features.\n\n## Features\n\n- Fast DataFrame operations\n- Memory efficient\n- Seamless integration with NumPy\n- Concurrent processing\n- Type safety\n\n## Performance\n\ngo-polars shows significant performance improvements over pandas for DataFrame creation:\n\n```\nSize | Columns | go-polars (s) | Pandas (s) | Ratio\n-----|---------|--------------|------------|-------\n1K   |    9    |    0.0012    |   0.0034   | 0.35\n10K  |    9    |    0.0089    |   0.0312   | 0.29\n100K |    9    |    0.0892    |   0.3012   | 0.30\n1M   |    9    |    0.8923    |   3.0123   | 0.30\n```\n\n## Installation\n\n```bash\npip install go-polars\n```\n\n## Usage\n\n```python\nimport go_polars as gp\n\n# Create a DataFrame\ndata = {\n    'A': [1, 2, 3, 4, 5],\n    'B': [10.0, 20.0, 30.0, 40.0, 50.0],\n    'C': [True, False, True, False, True]\n}\ndf = gp.DataFrame.from_dict(data)\n```\n\n## Development\n\nTo build from source:\n\n```bash\ngit clone https://github.com/manaschopra/go-polars\ncd go-polars\npip install -e .\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details. \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A high-performance DataFrame library for Python powered by Go",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/go-polars"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e26ffe571d40af8c33cabb2ab3cd2a5997c6700bb065a55866c4a4c8a3f2a36",
                "md5": "617994df860b68cd2fe5fa58b36eb81d",
                "sha256": "fc8ae8804c860bc09d1f2b02e8ac5ce12fce4c8010c92fd2b5148aed8bbf0dfb"
            },
            "downloads": -1,
            "filename": "go_polars-1.0.0-cp313-cp313-macosx_15_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "617994df860b68cd2fe5fa58b36eb81d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1420234,
            "upload_time": "2025-07-18T20:44:50",
            "upload_time_iso_8601": "2025-07-18T20:44:50.420235Z",
            "url": "https://files.pythonhosted.org/packages/6e/26/ffe571d40af8c33cabb2ab3cd2a5997c6700bb065a55866c4a4c8a3f2a36/go_polars-1.0.0-cp313-cp313-macosx_15_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "684dbbe5436be9d3a86df3b9f6fc5f3f83349c29bf641998138c186b2fdb4865",
                "md5": "5ac6b26a3c07cffeb48408d919d62184",
                "sha256": "ec7f8b475be92a686ac6b2b034736a69d21473ea4414aae6cd5bc8042be68970"
            },
            "downloads": -1,
            "filename": "go_polars-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ac6b26a3c07cffeb48408d919d62184",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 715725,
            "upload_time": "2025-07-18T20:45:02",
            "upload_time_iso_8601": "2025-07-18T20:45:02.484607Z",
            "url": "https://files.pythonhosted.org/packages/68/4d/bbe5436be9d3a86df3b9f6fc5f3f83349c29bf641998138c186b2fdb4865/go_polars-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-18 20:45:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "go-polars",
    "github_not_found": true,
    "lcname": "go-polars"
}
        
Elapsed time: 1.61035s