Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ankane/polars-ruby issues and pull requests
#71 - Handle something like `filter{|row| row.a > 2 && row.b.nil? }`
Issue -
State: open - Opened by turnon 9 months ago
#70 - Add `read_database_uri(...)` function binding
Issue -
State: open - Opened by DeflateAwning 9 months ago
#69 - Feature Request: add support for `pl.date_ranges(...)` function
Issue -
State: closed - Opened by DeflateAwning 10 months ago
- 1 comment
#68 - `Polars.date_range(...)` can't accept `Polars.col(...)` args
Issue -
State: closed - Opened by DeflateAwning 10 months ago
- 2 comments
#67 - Feature Request: support `df.group_by(...).agg(new_col: ...)` like `df.with_columns(new_col: ...)`
Issue -
State: closed - Opened by DeflateAwning 10 months ago
- 2 comments
#66 - Add `Expr.map_elements(...)` functionality
Issue -
State: open - Opened by DeflateAwning 10 months ago
- 3 comments
#65 - Feature Request: Gracefully Handle Non-Existent Columns in DataFrame [] Method
Issue -
State: open - Opened by mezbahalam 10 months ago
- 1 comment
#64 - Cannot chain WhenThen together due to missing module
Issue -
State: closed - Opened by tios-jleclear 10 months ago
- 1 comment
#63 - Ship polars 0.91 release
Issue -
State: closed - Opened by woodhull 11 months ago
- 2 comments
#62 - Request: add support for `.sink_ndjson(<file-like object>, ...)`
Issue -
State: closed - Opened by DeflateAwning 11 months ago
- 3 comments
#61 - Enhanced `drop` Method to Gracefully Handle Non-Existent Columns
Pull Request -
State: closed - Opened by mezbahalam 11 months ago
- 9 comments
#60 - Enhance drop method
Pull Request -
State: closed - Opened by mezbahalam 11 months ago
#59 - Low memory batched csv reader issue
Issue -
State: open - Opened by jvdp 11 months ago
- 3 comments
#58 - Add support for the streaming APIs (`.scan_xxx(streaming=True)` and `df.sink_parquet(...)`)
Issue -
State: closed - Opened by DeflateAwning 11 months ago
- 2 comments
#57 - Segfault after GC when data frame contains ruby objects
Issue -
State: open - Opened by q3aiml 11 months ago
- 1 comment
#56 - Cross join not working
Issue -
State: closed - Opened by svevang 11 months ago
- 1 comment
#55 - Error while installing using force_ruby_platform
Issue -
State: closed - Opened by woodhull 11 months ago
- 4 comments
#54 - a mistake when construct df from hash
Issue -
State: closed - Opened by kkzhang 11 months ago
- 3 comments
#53 - Support truncate_ragged_lines option for reading CSV files
Pull Request -
State: closed - Opened by jvdp 11 months ago
- 4 comments
#52 - Idea: have you ever thought about making geopolars-ruby?
Issue -
State: closed - Opened by DeflateAwning 11 months ago
- 1 comment
#51 - Request: add support for `df.write_json(nil)`, which returns the JSON as a string
Issue -
State: closed - Opened by DeflateAwning 12 months ago
- 7 comments
#50 - With the release tags, specify what version of the underlying Rust polars library/API you're using
Issue -
State: closed - Opened by DeflateAwning 12 months ago
- 2 comments
#49 - Read Database separate from the ActiveRecord default option
Issue -
State: closed - Opened by scart88 12 months ago
- 3 comments
#48 - Error installing from github
Issue -
State: closed - Opened by denjamio about 1 year ago
- 5 comments
#47 - Missing polars.Expr.replace
Issue -
State: closed - Opened by denjamio about 1 year ago
- 2 comments
#46 - Sequel gem support
Issue -
State: closed - Opened by DanFCo about 1 year ago
- 7 comments
#45 - Big Decimal causes rust index out of bounds.
Issue -
State: closed - Opened by pstalcup about 1 year ago
- 1 comment
#44 - `read_database` does not allow you to pass in a schema
Issue -
State: closed - Opened by pstalcup about 1 year ago
- 1 comment
#43 - BigDecimals are not handled correctly when constructing DataFrames in some circumstances
Issue -
State: closed - Opened by pstalcup about 1 year ago
- 2 comments
#42 - `error occurred while installing polars-df (0.7.0)` on Ruby 3.3.0
Issue -
State: closed - Opened by larouxn about 1 year ago
- 1 comment
#41 - Polars.min does not work with expressions
Issue -
State: closed - Opened by pstalcup about 1 year ago
- 3 comments
#40 - S3 support for Parquet
Pull Request -
State: open - Opened by catkins about 1 year ago
- 6 comments
#39 - Top K: unknown keyword: :reverse (ArgumentError)
Issue -
State: closed - Opened by scart88 over 1 year ago
- 2 comments
#38 - Feature: Polars.cut
Issue -
State: closed - Opened by scart88 over 1 year ago
- 2 comments
#37 - Feature: Add support for scanning parquet from cloud storage / S3
Issue -
State: open - Opened by catkins over 1 year ago
- 10 comments
#36 - Can't deserialize Decimal column to parquet format
Issue -
State: closed - Opened by geclos over 1 year ago
- 3 comments
#35 - Fix ArgumentError typo
Pull Request -
State: closed - Opened by simpl1g over 1 year ago
- 1 comment
#34 - Cannot serialize when datetime column contains all nulls
Issue -
State: closed - Opened by geclos over 1 year ago
- 4 comments
#33 - [Question] Is SQL support planned?
Issue -
State: closed - Opened by gsinclair over 1 year ago
- 1 comment
#32 - ~ Operand doesn't seem to work
Issue -
State: closed - Opened by paulreece over 1 year ago
- 2 comments
#31 - Optimise binary size
Pull Request -
State: closed - Opened by patrobinson over 1 year ago
- 7 comments
#30 - Add Series#none?
Pull Request -
State: closed - Opened by wagner over 1 year ago
- 1 comment
#29 - Pass false to Rust binding for vertical concat of lazy frames
Pull Request -
State: closed - Opened by martinshjung over 1 year ago
- 3 comments
#28 - Upgrade Magnus to 0.6.0
Pull Request -
State: closed - Opened by matsadler over 1 year ago
- 1 comment
#27 - Fix Polars::Series#[] with negative numbers
Pull Request -
State: closed - Opened by wagner over 1 year ago
- 1 comment
#26 - [Question] How to display all rows of a polars dataframe on the terminal?
Issue -
State: closed - Opened by kojix2 over 1 year ago
- 3 comments
#25 - (Question) Good way to create a hash from two columns?
Issue -
State: closed - Opened by kojix2 over 1 year ago
- 2 comments
#24 - Noob question about plotting
Issue -
State: closed - Opened by iovis over 1 year ago
- 3 comments
#23 - Write IPC cannot write to a buffer
Issue -
State: closed - Opened by pstalcup over 1 year ago
- 1 comment
#22 - Cannot Create Decimal Series using Series initializer
Issue -
State: closed - Opened by simbasdad over 1 year ago
- 1 comment
#21 - Decimal types in parquet files cannot be converted to ruby
Issue -
State: closed - Opened by simbasdad over 1 year ago
- 1 comment
#20 - `groupby_dynamic` is throwing a `TypeError` since 0.5.0
Issue -
State: closed - Opened by davidderus over 1 year ago
- 2 comments
#19 - First-time contribution
Issue -
State: closed - Opened by arbox over 1 year ago
- 1 comment
#18 - Update the link to the tutorials
Pull Request -
State: closed - Opened by arbox almost 2 years ago
- 1 comment
#17 - Enhance initialization of Series with temporal types
Issue -
State: closed - Opened by simbasdad almost 2 years ago
- 1 comment
#16 - Add Support for ActiveSupport::TimeWithZone
Issue -
State: closed - Opened by simbasdad almost 2 years ago
- 3 comments
#15 - Support Lists of Structs
Issue -
State: closed - Opened by simbasdad almost 2 years ago
- 7 comments
#14 - Not sure if casting works
Issue -
State: closed - Opened by zewelor almost 2 years ago
- 2 comments
#13 - Fix typo in documentation
Pull Request -
State: closed - Opened by sambostock almost 2 years ago
- 1 comment
#12 - Add #sink_parquet method
Issue -
State: closed - Opened by shreeve almost 2 years ago
- 4 comments
#11 - Polars::Binary type
Issue -
State: closed - Opened by Tseyang almost 2 years ago
- 5 comments
#10 - Apache Arrow Interoperability
Issue -
State: closed - Opened by nicosuave almost 2 years ago
- 1 comment
#9 - M1 Mac Arch issue
Issue -
State: closed - Opened by DaddyWozBucks almost 2 years ago
- 5 comments
#8 - Struct must remain the same
Issue -
State: closed - Opened by brandonhilkert about 2 years ago
- 1 comment
#7 - Would be awesome to have support for multifile csv read 🤩
Issue -
State: closed - Opened by warrenbhw about 2 years ago
- 2 comments
#6 - Add a test for lazy frame method :pearson_corr
Pull Request -
State: closed - Opened by gregmatthewcrossley about 2 years ago
- 1 comment
#5 - Pearson Correlation method isn't working
Issue -
State: closed - Opened by gregmatthewcrossley about 2 years ago
- 1 comment
#4 - Install on Heroku
Issue -
State: closed - Opened by tracyloisel about 2 years ago
- 1 comment
#3 - Can't convert object to arrow
Issue -
State: closed - Opened by brandonhilkert about 2 years ago
- 10 comments
#2 - Terminal killed upon require polars-df
Issue -
State: closed - Opened by leejarvis about 2 years ago
- 11 comments
#1 - Ideas
Issue -
State: open - Opened by ankane over 2 years ago