lib/polars/group_by.rb in polars-df-0.1.3 vs lib/polars/group_by.rb in polars-df-0.1.4
- old
+ new
@@ -1,5 +1,6 @@
module Polars
+ # Starts a new GroupBy operation.
class GroupBy
# @private
attr_accessor :_df, :_dataframe_class, :by, :maintain_order
# @private