Skip to main content

A high-performance DataFrame library for Python powered by Go

Project description

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

pip install go-polars

Usage

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:

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

go_polars-0.1.7.tar.gz (715.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

go_polars-0.1.7-cp313-cp313-macosx_15_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

File details

Details for the file go_polars-0.1.7.tar.gz.

File metadata

  • Download URL: go_polars-0.1.7.tar.gz
  • Upload date:
  • Size: 715.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for go_polars-0.1.7.tar.gz
Algorithm Hash digest
SHA256 1a64955c2b7366ca30bfbd61a8027d47a300bba97b01b79d9d70aca4bbe90f29
MD5 da2f4bf0afe39186f7470b3bb5bae1e9
BLAKE2b-256 103c3859c717359c8b3a1b140473a5a0a7a5d5e9d0f607d96fdde0d4fd2b41ad

See more details on using hashes here.

File details

Details for the file go_polars-0.1.7-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for go_polars-0.1.7-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1ebc1f52772344b3337b9960f45ec877b12abcce861ea5d69b54d6b9b5b882f8
MD5 cfb5b9469a2612403ac6e43ad140f6dc
BLAKE2b-256 80c0db73039c936a04c43527f052332099bc7a5b9b11cfd9cbaf5368e1a0ec55

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page