Polarsmodule Common : sig ... endmodule Data_frame : sig ... endmodule Data_frame0 : sig ... endmodule Data_type : sig ... endmodule Duration : sig ... endmodule Env : sig ... endThere are many environment variables that effect Polars behavior, mostly related to the display of tables. This module is responsible for setting the default values of these variables so that e.g. expect tests will be less fragile.
module Expr : sig ... endAn Expr.t is the basic building block of how to select columns from a dataframe. It is a representation of a lazy computation over a dataframe which can be executed via functions such as Lazy_frame.select/ Data_frame.select and Lazy_frame.with_columns/Data_frame.with_columns.
module Fill_null_strategy : sig ... endmodule Join_type : sig ... endmodule Lazy_frame : sig ... endmodule Naive_date : sig ... endmodule Naive_datetime : sig ... endmodule Naive_time : sig ... endmodule Schema : sig ... endmodule Series : sig ... endmodule Sql_context : sig ... endmodule Rev_mapping : sig ... endmodule Time_unit : sig ... endmodule Tz : sig ... end