polars-df 0.2.3-arm64-darwin → 0.2.4-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Cargo.lock +7 -7
- data/LICENSE-THIRD-PARTY.txt +29 -29
- data/README.md +10 -0
- data/lib/polars/3.0/polars.bundle +0 -0
- data/lib/polars/3.1/polars.bundle +0 -0
- data/lib/polars/3.2/polars.bundle +0 -0
- data/lib/polars/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dcfc25e89d7a425959a2f4f9c6abd4afb8b73199e20d6dfb343553c5b6c59440
|
4
|
+
data.tar.gz: dfae2afdbbd51f2a0bfde98605ee26d6af33278b341864df61f999c6fe8b302d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f5202f94da45aeffc7d6ef8911d030713a2abe5d578f2bb27ecd661b20ede440b19ac88a09b9407b856d1e07adc30cea4a0e79676b93cc9ef9554f6751bde3c
|
7
|
+
data.tar.gz: 0fa9eb632c0ce1ad3329cf7b496f1707ddb7763f0f61d106fcfde36be944e69cf4b70fcc4758c967bfa178b71aaef67e972843d92945cb5f002a876f73697f71
|
data/CHANGELOG.md
CHANGED
data/Cargo.lock
CHANGED
@@ -1367,7 +1367,7 @@ dependencies = [
|
|
1367
1367
|
|
1368
1368
|
[[package]]
|
1369
1369
|
name = "polars"
|
1370
|
-
version = "0.2.
|
1370
|
+
version = "0.2.4"
|
1371
1371
|
dependencies = [
|
1372
1372
|
"ahash",
|
1373
1373
|
"jemallocator",
|
@@ -1653,18 +1653,18 @@ dependencies = [
|
|
1653
1653
|
|
1654
1654
|
[[package]]
|
1655
1655
|
name = "rb-sys"
|
1656
|
-
version = "0.9.
|
1656
|
+
version = "0.9.58"
|
1657
1657
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1658
|
-
checksum = "
|
1658
|
+
checksum = "0158f5115e1ad04a2ee231f597e86306af96f36a8b93ac0c01f8852d0ba89278"
|
1659
1659
|
dependencies = [
|
1660
1660
|
"rb-sys-build",
|
1661
1661
|
]
|
1662
1662
|
|
1663
1663
|
[[package]]
|
1664
1664
|
name = "rb-sys-build"
|
1665
|
-
version = "0.9.
|
1665
|
+
version = "0.9.58"
|
1666
1666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1667
|
-
checksum = "
|
1667
|
+
checksum = "6c27b779db4a2863db74ddad0011f0d0c55c528e9601126d4613ad688063bc05"
|
1668
1668
|
dependencies = [
|
1669
1669
|
"bindgen",
|
1670
1670
|
"regex",
|
@@ -1673,9 +1673,9 @@ dependencies = [
|
|
1673
1673
|
|
1674
1674
|
[[package]]
|
1675
1675
|
name = "rb-sys-env"
|
1676
|
-
version = "0.1.
|
1676
|
+
version = "0.1.2"
|
1677
1677
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1678
|
-
checksum = "
|
1678
|
+
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
1679
1679
|
|
1680
1680
|
[[package]]
|
1681
1681
|
name = "redox_syscall"
|
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -586,15 +586,15 @@ rayon-core v1.10.1
|
|
586
586
|
https://github.com/rayon-rs/rayon
|
587
587
|
MIT OR Apache-2.0
|
588
588
|
|
589
|
-
rb-sys v0.9.
|
589
|
+
rb-sys v0.9.58
|
590
590
|
https://github.com/oxidize-rb/rb-sys
|
591
591
|
MIT OR Apache-2.0
|
592
592
|
|
593
|
-
rb-sys-build v0.9.
|
593
|
+
rb-sys-build v0.9.58
|
594
594
|
https://github.com/oxidize-rb/rb-sys
|
595
595
|
MIT OR Apache-2.0
|
596
596
|
|
597
|
-
rb-sys-env v0.1.
|
597
|
+
rb-sys-env v0.1.2
|
598
598
|
https://github.com/oxidize-rb/rb-sys
|
599
599
|
MIT OR Apache-2.0
|
600
600
|
|
@@ -30064,32 +30064,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30064
30064
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30065
30065
|
SOFTWARE.
|
30066
30066
|
|
30067
|
-
================================================================================
|
30068
|
-
rb-sys-env LICENSE-MIT
|
30069
|
-
================================================================================
|
30070
|
-
|
30071
|
-
The MIT License (MIT)
|
30072
|
-
|
30073
|
-
Copyright (c) 2021-2022 Ian Ker-Seymer
|
30074
|
-
|
30075
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
30076
|
-
of this software and associated documentation files (the "Software"), to deal
|
30077
|
-
in the Software without restriction, including without limitation the rights
|
30078
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30079
|
-
copies of the Software, and to permit persons to whom the Software is
|
30080
|
-
furnished to do so, subject to the following conditions:
|
30081
|
-
|
30082
|
-
The above copyright notice and this permission notice shall be included in all
|
30083
|
-
copies or substantial portions of the Software.
|
30084
|
-
|
30085
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30086
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30087
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30088
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30089
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30090
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30091
|
-
SOFTWARE.
|
30092
|
-
|
30093
30067
|
================================================================================
|
30094
30068
|
rb-sys-env LICENSE-APACHE
|
30095
30069
|
================================================================================
|
@@ -30285,6 +30259,32 @@ rb-sys-env LICENSE-APACHE
|
|
30285
30259
|
See the License for the specific language governing permissions and
|
30286
30260
|
limitations under the License.
|
30287
30261
|
|
30262
|
+
================================================================================
|
30263
|
+
rb-sys-env LICENSE-MIT
|
30264
|
+
================================================================================
|
30265
|
+
|
30266
|
+
The MIT License (MIT)
|
30267
|
+
|
30268
|
+
Copyright (c) 2021-2022 Ian Ker-Seymer
|
30269
|
+
|
30270
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
30271
|
+
of this software and associated documentation files (the "Software"), to deal
|
30272
|
+
in the Software without restriction, including without limitation the rights
|
30273
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30274
|
+
copies of the Software, and to permit persons to whom the Software is
|
30275
|
+
furnished to do so, subject to the following conditions:
|
30276
|
+
|
30277
|
+
The above copyright notice and this permission notice shall be included in all
|
30278
|
+
copies or substantial portions of the Software.
|
30279
|
+
|
30280
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30281
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30282
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30283
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30284
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30285
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30286
|
+
SOFTWARE.
|
30287
|
+
|
30288
30288
|
================================================================================
|
30289
30289
|
regex LICENSE-APACHE
|
30290
30290
|
================================================================================
|
data/README.md
CHANGED
@@ -69,6 +69,16 @@ Polars::DataFrame.new({
|
|
69
69
|
})
|
70
70
|
```
|
71
71
|
|
72
|
+
From an array of hashes
|
73
|
+
|
74
|
+
```ruby
|
75
|
+
Polars::DataFrame.new([
|
76
|
+
{"a" => 1, "b" => "one"},
|
77
|
+
{"a" => 2, "b" => "two"},
|
78
|
+
{"a" => 3, "b" => "three"}
|
79
|
+
])
|
80
|
+
```
|
81
|
+
|
72
82
|
From an array of series
|
73
83
|
|
74
84
|
```ruby
|
Binary file
|
Binary file
|
Binary file
|
data/lib/polars/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polars-df
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: andrew@ankane.org
|