polars-runtime-compat 1.34.0b4__cp39-abi3-macosx_11_0_arm64.whl → 1.35.0b1__cp39-abi3-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of polars-runtime-compat might be problematic. Click here for more details.
- _polars_runtime_compat/_polars_runtime_compat.abi3.so +0 -0
- polars_runtime_compat-1.35.0b1.dist-info/METADATA +35 -0
- polars_runtime_compat-1.35.0b1.dist-info/RECORD +6 -0
- polars_runtime_compat-1.34.0b4.dist-info/METADATA +0 -190
- polars_runtime_compat-1.34.0b4.dist-info/RECORD +0 -6
- {polars_runtime_compat-1.34.0b4.dist-info → polars_runtime_compat-1.35.0b1.dist-info}/WHEEL +0 -0
- {polars_runtime_compat-1.34.0b4.dist-info → polars_runtime_compat-1.35.0b1.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: polars-runtime-compat
|
|
3
|
+
Version: 1.35.0b1
|
|
4
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
5
|
+
Classifier: Environment :: Console
|
|
6
|
+
Classifier: Intended Audience :: Science/Research
|
|
7
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
+
Classifier: Operating System :: OS Independent
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
17
|
+
Classifier: Programming Language :: Rust
|
|
18
|
+
Classifier: Topic :: Scientific/Engineering
|
|
19
|
+
Classifier: Typing :: Typed
|
|
20
|
+
License-File: LICENSE
|
|
21
|
+
Summary: Blazingly fast DataFrame library
|
|
22
|
+
Keywords: dataframe,arrow,out-of-core
|
|
23
|
+
Author-email: Ritchie Vink <ritchie46@gmail.com>
|
|
24
|
+
Requires-Python: >=3.9
|
|
25
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
26
|
+
Project-URL: Homepage, https://www.pola.rs/
|
|
27
|
+
Project-URL: Documentation, https://docs.pola.rs/api/python/stable/reference/index.html
|
|
28
|
+
Project-URL: Repository, https://github.com/pola-rs/polars
|
|
29
|
+
Project-URL: Changelog, https://github.com/pola-rs/polars/releases
|
|
30
|
+
|
|
31
|
+
# Polars Runtime
|
|
32
|
+
|
|
33
|
+
Packages that contain the binary shared libraries that back the polars python package. Not meant for
|
|
34
|
+
general consumption and just meant as dependencies for the polars main package.
|
|
35
|
+
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
polars_runtime_compat-1.35.0b1.dist-info/METADATA,sha256=AvJ-vTnwDIZ97Y0UnbxGuHrdHYc0dfADW7ta3PSpsvw,1522
|
|
2
|
+
polars_runtime_compat-1.35.0b1.dist-info/WHEEL,sha256=8o4OwL9DEHvYoHffy8Jg4kpRikqV8pJpkbxz_mtiXQk,102
|
|
3
|
+
polars_runtime_compat-1.35.0b1.dist-info/licenses/LICENSE,sha256=TSDKkMRxpvPXNgVdp1bbHOJAOMKGmk31x4vlZo2voVs,1143
|
|
4
|
+
_polars_runtime_compat/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
_polars_runtime_compat/_polars_runtime_compat.abi3.so,sha256=ySNd5W61Q96JugrIm7TfWK2pNlz0N9QdTqpFOSnhsPI,111581200
|
|
6
|
+
polars_runtime_compat-1.35.0b1.dist-info/RECORD,,
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: polars-runtime-compat
|
|
3
|
-
Version: 1.34.0b4
|
|
4
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
5
|
-
Classifier: Environment :: Console
|
|
6
|
-
Classifier: Intended Audience :: Science/Research
|
|
7
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
-
Classifier: Operating System :: OS Independent
|
|
9
|
-
Classifier: Programming Language :: Python
|
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
17
|
-
Classifier: Programming Language :: Rust
|
|
18
|
-
Classifier: Topic :: Scientific/Engineering
|
|
19
|
-
Classifier: Typing :: Typed
|
|
20
|
-
License-File: LICENSE
|
|
21
|
-
Summary: Blazingly fast DataFrame library
|
|
22
|
-
Keywords: dataframe,arrow,out-of-core
|
|
23
|
-
Author-email: Ritchie Vink <ritchie46@gmail.com>
|
|
24
|
-
Requires-Python: >=3.9
|
|
25
|
-
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
26
|
-
Project-URL: Homepage, https://www.pola.rs/
|
|
27
|
-
Project-URL: Documentation, https://docs.pola.rs/api/python/stable/reference/index.html
|
|
28
|
-
Project-URL: Repository, https://github.com/pola-rs/polars
|
|
29
|
-
Project-URL: Changelog, https://github.com/pola-rs/polars/releases
|
|
30
|
-
|
|
31
|
-
<h1 align="center">
|
|
32
|
-
<a href="https://pola.rs">
|
|
33
|
-
<img src="https://raw.githubusercontent.com/pola-rs/polars-static/master/banner/polars_github_banner.svg" alt="Polars logo">
|
|
34
|
-
</a>
|
|
35
|
-
</h1>
|
|
36
|
-
|
|
37
|
-
<div align="center">
|
|
38
|
-
<a href="https://crates.io/crates/polars">
|
|
39
|
-
<img src="https://img.shields.io/crates/v/polars.svg" alt="crates.io Latest Release"/>
|
|
40
|
-
</a>
|
|
41
|
-
<a href="https://pypi.org/project/polars/">
|
|
42
|
-
<img src="https://img.shields.io/pypi/v/polars.svg" alt="PyPi Latest Release"/>
|
|
43
|
-
</a>
|
|
44
|
-
<a href="https://www.npmjs.com/package/nodejs-polars">
|
|
45
|
-
<img src="https://img.shields.io/npm/v/nodejs-polars.svg" alt="NPM Latest Release"/>
|
|
46
|
-
</a>
|
|
47
|
-
<a href="https://community.r-multiverse.org/polars">
|
|
48
|
-
<img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2Fpolars&query=%24.Version&label=r-multiverse" alt="R-multiverse Latest Release"/>
|
|
49
|
-
</a>
|
|
50
|
-
<a href="https://doi.org/10.5281/zenodo.7697217">
|
|
51
|
-
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.7697217.svg" alt="DOI Latest Release"/>
|
|
52
|
-
</a>
|
|
53
|
-
</div>
|
|
54
|
-
|
|
55
|
-
<p align="center">
|
|
56
|
-
<b>Documentation</b>:
|
|
57
|
-
<a href="https://docs.pola.rs/api/python/stable/reference/index.html">Python</a>
|
|
58
|
-
-
|
|
59
|
-
<a href="https://docs.rs/polars/latest/polars/">Rust</a>
|
|
60
|
-
-
|
|
61
|
-
<a href="https://pola-rs.github.io/nodejs-polars/index.html">Node.js</a>
|
|
62
|
-
-
|
|
63
|
-
<a href="https://pola-rs.github.io/r-polars/index.html">R</a>
|
|
64
|
-
|
|
|
65
|
-
<b>StackOverflow</b>:
|
|
66
|
-
<a href="https://stackoverflow.com/questions/tagged/python-polars">Python</a>
|
|
67
|
-
-
|
|
68
|
-
<a href="https://stackoverflow.com/questions/tagged/rust-polars">Rust</a>
|
|
69
|
-
-
|
|
70
|
-
<a href="https://stackoverflow.com/questions/tagged/nodejs-polars">Node.js</a>
|
|
71
|
-
-
|
|
72
|
-
<a href="https://stackoverflow.com/questions/tagged/r-polars">R</a>
|
|
73
|
-
|
|
|
74
|
-
<a href="https://docs.pola.rs/">User guide</a>
|
|
75
|
-
|
|
|
76
|
-
<a href="https://discord.gg/4UfP5cfBE7">Discord</a>
|
|
77
|
-
</p>
|
|
78
|
-
|
|
79
|
-
## Polars: Extremely fast Query Engine for DataFrames, written in Rust
|
|
80
|
-
|
|
81
|
-
Polars is an analytical query engine written for DataFrames. It is designed to be fast, easy to use
|
|
82
|
-
and expressive. Key features are:
|
|
83
|
-
|
|
84
|
-
- Lazy | Eager execution
|
|
85
|
-
- Streaming (larger-than-RAM datasets)
|
|
86
|
-
- Query optimization
|
|
87
|
-
- Multi-threaded
|
|
88
|
-
- Written in Rust
|
|
89
|
-
- SIMD
|
|
90
|
-
- Powerful expression API
|
|
91
|
-
- Front end in Python | Rust | NodeJS | R | SQL
|
|
92
|
-
- [Apache Arrow Columnar Format](https://arrow.apache.org/docs/format/Columnar.html)
|
|
93
|
-
|
|
94
|
-
To learn more, read the [user guide](https://docs.pola.rs/).
|
|
95
|
-
|
|
96
|
-
## Performance 🚀🚀
|
|
97
|
-
|
|
98
|
-
### Blazingly fast
|
|
99
|
-
|
|
100
|
-
Polars is very fast. In fact, it is one of the best performing solutions available. See the
|
|
101
|
-
[PDS-H benchmarks](https://www.pola.rs/benchmarks.html) results.
|
|
102
|
-
|
|
103
|
-
### Lightweight
|
|
104
|
-
|
|
105
|
-
Polars is also very lightweight. It comes with zero required dependencies, and this shows in the
|
|
106
|
-
import times:
|
|
107
|
-
|
|
108
|
-
- polars: 70ms
|
|
109
|
-
- numpy: 104ms
|
|
110
|
-
- pandas: 520ms
|
|
111
|
-
|
|
112
|
-
### Handles larger-than-RAM data
|
|
113
|
-
|
|
114
|
-
If you have data that does not fit into memory, Polars' query engine is able to process your query
|
|
115
|
-
(or parts of your query) in a streaming fashion. This drastically reduces memory requirements, so
|
|
116
|
-
you might be able to process your 250GB dataset on your laptop. Collect with
|
|
117
|
-
`collect(engine='streaming')` to run the query streaming.
|
|
118
|
-
|
|
119
|
-
## Setup
|
|
120
|
-
|
|
121
|
-
### Python
|
|
122
|
-
|
|
123
|
-
Install the latest Polars version with:
|
|
124
|
-
|
|
125
|
-
```sh
|
|
126
|
-
pip install polars
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
See the [User Guide](https://docs.pola.rs/user-guide/installation/#feature-flags) for more details
|
|
130
|
-
on optional dependencies
|
|
131
|
-
|
|
132
|
-
To see the current Polars version and a full list of its optional dependencies, run:
|
|
133
|
-
|
|
134
|
-
```python
|
|
135
|
-
pl.show_versions()
|
|
136
|
-
```
|
|
137
|
-
|
|
138
|
-
## Contributing
|
|
139
|
-
|
|
140
|
-
Want to contribute? Read our [contributing guide](https://docs.pola.rs/development/contributing/).
|
|
141
|
-
|
|
142
|
-
## Managed/Distributed Polars
|
|
143
|
-
|
|
144
|
-
Do you want a managed solution or scale out to distributed clusters? Consider our
|
|
145
|
-
[offering](https://cloud.pola.rs/) and help the project!
|
|
146
|
-
|
|
147
|
-
## Python: compile Polars from source
|
|
148
|
-
|
|
149
|
-
If you want a bleeding edge release or maximal performance you should compile Polars from source.
|
|
150
|
-
|
|
151
|
-
This can be done by going through the following steps in sequence:
|
|
152
|
-
|
|
153
|
-
1. Install the latest [Rust compiler](https://www.rust-lang.org/tools/install)
|
|
154
|
-
2. Install [maturin](https://maturin.rs/): `pip install maturin`
|
|
155
|
-
3. `cd py-polars` and choose one of the following:
|
|
156
|
-
- `make build`, slow binary with debug assertions and symbols, fast compile times
|
|
157
|
-
- `make build-release`, fast binary without debug assertions, minimal debug symbols, long compile
|
|
158
|
-
times
|
|
159
|
-
- `make build-nodebug-release`, same as build-release but without any debug symbols, slightly
|
|
160
|
-
faster to compile
|
|
161
|
-
- `make build-debug-release`, same as build-release but with full debug symbols, slightly slower
|
|
162
|
-
to compile
|
|
163
|
-
- `make build-dist-release`, fastest binary, extreme compile times
|
|
164
|
-
|
|
165
|
-
By default the binary is compiled with optimizations turned on for a modern CPU. Specify `LTS_CPU=1`
|
|
166
|
-
with the command if your CPU is older and does not support e.g. AVX2.
|
|
167
|
-
|
|
168
|
-
Note that the Rust crate implementing the Python bindings is called `py-polars` to distinguish from
|
|
169
|
-
the wrapped Rust crate `polars` itself. However, both the Python package and the Python module are
|
|
170
|
-
named `polars`, so you can `pip install polars` and `import polars`.
|
|
171
|
-
|
|
172
|
-
## Using custom Rust functions in Python
|
|
173
|
-
|
|
174
|
-
Extending Polars with UDFs compiled in Rust is easy. We expose PyO3 extensions for `DataFrame` and
|
|
175
|
-
`Series` data structures. See more in https://github.com/pola-rs/polars/tree/main/pyo3-polars.
|
|
176
|
-
|
|
177
|
-
## Going big...
|
|
178
|
-
|
|
179
|
-
Do you expect more than 2^32 (~4.2 billion) rows? Compile Polars with the `bigidx` feature flag or,
|
|
180
|
-
for Python users, install `pip install polars-u64-idx`.
|
|
181
|
-
|
|
182
|
-
Don't use this unless you hit the row boundary as the default build of Polars is faster and consumes
|
|
183
|
-
less memory.
|
|
184
|
-
|
|
185
|
-
## Legacy
|
|
186
|
-
|
|
187
|
-
Do you want Polars to run on an old CPU (e.g. dating from before 2011), or on an `x86-64` build of
|
|
188
|
-
Python on Apple Silicon under Rosetta? Install `pip install polars-lts-cpu`. This version of Polars
|
|
189
|
-
is compiled without [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) target features.
|
|
190
|
-
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
polars_runtime_compat-1.34.0b4.dist-info/METADATA,sha256=Wysgw3MI6Lfj4i1FuXDRas_2_HIoqYilOvV-EJVE40A,7308
|
|
2
|
-
polars_runtime_compat-1.34.0b4.dist-info/WHEEL,sha256=8o4OwL9DEHvYoHffy8Jg4kpRikqV8pJpkbxz_mtiXQk,102
|
|
3
|
-
polars_runtime_compat-1.34.0b4.dist-info/licenses/LICENSE,sha256=TSDKkMRxpvPXNgVdp1bbHOJAOMKGmk31x4vlZo2voVs,1143
|
|
4
|
-
_polars_runtime_compat/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
_polars_runtime_compat/_polars_runtime_compat.abi3.so,sha256=pE5p1aW_qWqGdmxRIlZlrABiVNvygWXvmSXwPN4mgXM,109787632
|
|
6
|
-
polars_runtime_compat-1.34.0b4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|