issues
search
ankane
/
ruby-polars
Blazingly fast DataFrames for Ruby
Other
858
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Request: Add support for verbose thread information and configuration
#92
DeflateAwning
opened
1 day ago
0
Newbie Question on plotting
#91
ausangshukla
closed
1 week ago
1
Feature: strip values during reading of CSV
#90
gsinclair
closed
2 weeks ago
1
Limits not applied correctly with Lazy Dataframe
#89
brettshollenberger
closed
3 weeks ago
2
Error caused when filter receives 7.to_s instead of '7'
#88
gsinclair
closed
3 weeks ago
2
Any plans to add Delta Lake support
#87
simpl1g
closed
1 month ago
3
full joins withe coalesce
#86
topofocus
closed
1 month ago
2
Docs: Add example of using Enum datatype
#85
DeflateAwning
closed
1 month ago
4
Filter with Date
#84
topofocus
closed
1 month ago
1
Added coalesce option to join and join_asof methods
#83
simpl1g
closed
1 month ago
1
Request: Add support for df.cast method
#82
DeflateAwning
closed
1 month ago
1
Request: Add support for `schema` kwarg in DataFrame constructor
#81
DeflateAwning
closed
1 month ago
3
Request: Add support for `df.write_ipc` and `df.write_parquet` (with no args, and with StringIO/BytesIO args)
#80
DeflateAwning
closed
1 month ago
2
Request: Implement `_dump_data` so that `Rails.cache` can wrap a DataFrame
#79
DeflateAwning
closed
1 month ago
3
Docs: Add example of using `StringCache`
#78
DeflateAwning
closed
1 month ago
3
Error when using `contains` dynamically: expected `String`, got `binary`
#77
ibrykov-mdsol
closed
2 months ago
1
Request: Tag github releases which contain basic release notes
#76
DeflateAwning
closed
2 months ago
1
Fix DataFrame.sample with frac parameter
#75
aburkard
closed
2 months ago
1
Error while read row of dataframe
#74
suaron
closed
5 months ago
1
Implementation: add support for kwargs and/or hash as arg to `Polars.struct`
#73
DeflateAwning
closed
5 months ago
2
Bundle install blows up in arm64
#72
luis30n
closed
5 months ago
2
Handle something like `filter{|row| row.a > 2 && row.b.nil? }`
#71
turnon
closed
1 month ago
2
Add `read_database_uri(...)` function binding
#70
DeflateAwning
closed
1 month ago
6
Feature Request: add support for `pl.date_ranges(...)` function
#69
DeflateAwning
closed
6 months ago
1
`Polars.date_range(...)` can't accept `Polars.col(...)` args
#68
DeflateAwning
closed
6 months ago
2
Feature Request: support `df.group_by(...).agg(new_col: ...)` like `df.with_columns(new_col: ...)`
#67
DeflateAwning
closed
6 months ago
2
Add `Expr.map_elements(...)` functionality
#66
DeflateAwning
closed
1 month ago
5
Feature Request: Gracefully Handle Non-Existent Columns in DataFrame [] Method
#65
mezbahalam
closed
1 month ago
2
Cannot chain WhenThen together due to missing module
#64
tios-jleclear
closed
7 months ago
1
Ship polars 0.91 release
#63
woodhull
closed
7 months ago
2
Request: add support for `.sink_ndjson(<file-like object>, ...)`
#62
DeflateAwning
closed
7 months ago
3
Enhanced `drop` Method to Gracefully Handle Non-Existent Columns
#61
mezbahalam
closed
7 months ago
9
Enhance drop method
#60
mezbahalam
closed
7 months ago
0
Low memory batched csv reader issue
#59
jvdp
closed
1 month ago
4
Add support for the streaming APIs (`.scan_xxx(streaming=True)` and `df.sink_parquet(...)`)
#58
DeflateAwning
closed
7 months ago
2
Segfault after GC when data frame contains ruby objects
#57
q3aiml
closed
3 weeks ago
2
Cross join not working
#56
svevang
closed
8 months ago
1
Error while installing using force_ruby_platform
#55
woodhull
closed
8 months ago
4
a mistake when construct df from hash
#54
kkzhang
closed
8 months ago
3
Support truncate_ragged_lines option for reading CSV files
#53
jvdp
closed
8 months ago
4
Idea: have you ever thought about making geopolars-ruby?
#52
DeflateAwning
closed
8 months ago
1
Request: add support for `df.write_json(nil)`, which returns the JSON as a string
#51
DeflateAwning
closed
8 months ago
7
With the release tags, specify what version of the underlying Rust polars library/API you're using
#50
DeflateAwning
closed
8 months ago
2
Read Database separate from the ActiveRecord default option
#49
scart88
closed
9 months ago
3
Error installing from github
#48
denjamio
closed
9 months ago
5
Missing polars.Expr.replace
#47
denjamio
closed
9 months ago
2
Sequel gem support
#46
DanFCo
closed
9 months ago
7
Big Decimal causes rust index out of bounds.
#45
pstalcup
closed
10 months ago
1
`read_database` does not allow you to pass in a schema
#44
pstalcup
closed
10 months ago
1
BigDecimals are not handled correctly when constructing DataFrames in some circumstances
#43
pstalcup
closed
10 months ago
2
Next