LICENSE
README.md
pyproject.toml
polars/__init__.py
polars/_cpu_check.py
polars/_dependencies.py
polars/_plr.py
polars/_plr.pyi
polars/_reexport.py
polars/_typing.py
polars/api.py
polars/config.py
polars/exceptions.py
polars/plugins.py
polars/py.typed
polars/schema.py
polars/selectors.py
polars/string_cache.py
polars/type_aliases.py
polars.egg-info/PKG-INFO
polars.egg-info/SOURCES.txt
polars.egg-info/dependency_links.txt
polars.egg-info/requires.txt
polars.egg-info/top_level.txt
polars/_utils/__init__.py
polars/_utils/async_.py
polars/_utils/cache.py
polars/_utils/cloud.py
polars/_utils/constants.py
polars/_utils/convert.py
polars/_utils/deprecation.py
polars/_utils/getitem.py
polars/_utils/logging.py
polars/_utils/nest_asyncio.py
polars/_utils/parquet.py
polars/_utils/polars_version.py
polars/_utils/pycapsule.py
polars/_utils/scan.py
polars/_utils/serde.py
polars/_utils/slice.py
polars/_utils/udfs.py
polars/_utils/unstable.py
polars/_utils/various.py
polars/_utils/wrap.py
polars/_utils/construction/__init__.py
polars/_utils/construction/dataframe.py
polars/_utils/construction/other.py
polars/_utils/construction/series.py
polars/_utils/construction/utils.py
polars/_utils/parse/__init__.py
polars/_utils/parse/expr.py
polars/catalog/__init__.py
polars/catalog/unity/__init__.py
polars/catalog/unity/client.py
polars/catalog/unity/models.py
polars/convert/__init__.py
polars/convert/general.py
polars/convert/normalize.py
polars/dataframe/__init__.py
polars/dataframe/_html.py
polars/dataframe/frame.py
polars/dataframe/group_by.py
polars/dataframe/plotting.py
polars/datatype_expr/__init__.py
polars/datatype_expr/array.py
polars/datatype_expr/datatype_expr.py
polars/datatype_expr/list.py
polars/datatype_expr/struct.py
polars/datatypes/__init__.py
polars/datatypes/_parse.py
polars/datatypes/_utils.py
polars/datatypes/classes.py
polars/datatypes/constants.py
polars/datatypes/constructor.py
polars/datatypes/convert.py
polars/datatypes/group.py
polars/expr/__init__.py
polars/expr/array.py
polars/expr/binary.py
polars/expr/categorical.py
polars/expr/datetime.py
polars/expr/expr.py
polars/expr/list.py
polars/expr/meta.py
polars/expr/name.py
polars/expr/string.py
polars/expr/struct.py
polars/expr/whenthen.py
polars/functions/__init__.py
polars/functions/as_datatype.py
polars/functions/business.py
polars/functions/col.py
polars/functions/datatype.py
polars/functions/eager.py
polars/functions/escape_regex.py
polars/functions/lazy.py
polars/functions/len.py
polars/functions/lit.py
polars/functions/random.py
polars/functions/repeat.py
polars/functions/whenthen.py
polars/functions/aggregation/__init__.py
polars/functions/aggregation/horizontal.py
polars/functions/aggregation/vertical.py
polars/functions/range/__init__.py
polars/functions/range/_utils.py
polars/functions/range/date_range.py
polars/functions/range/datetime_range.py
polars/functions/range/int_range.py
polars/functions/range/linear_space.py
polars/functions/range/time_range.py
polars/interchange/__init__.py
polars/interchange/buffer.py
polars/interchange/column.py
polars/interchange/dataframe.py
polars/interchange/from_dataframe.py
polars/interchange/protocol.py
polars/interchange/utils.py
polars/io/__init__.py
polars/io/_utils.py
polars/io/avro.py
polars/io/clipboard.py
polars/io/delta.py
polars/io/ndjson.py
polars/io/partition.py
polars/io/plugins.py
polars/io/cloud/__init__.py
polars/io/cloud/_utils.py
polars/io/cloud/credential_provider/__init__.py
polars/io/cloud/credential_provider/_builder.py
polars/io/cloud/credential_provider/_providers.py
polars/io/csv/__init__.py
polars/io/csv/_utils.py
polars/io/csv/batched_reader.py
polars/io/csv/functions.py
polars/io/database/__init__.py
polars/io/database/_arrow_registry.py
polars/io/database/_cursor_proxies.py
polars/io/database/_executor.py
polars/io/database/_inference.py
polars/io/database/_utils.py
polars/io/database/functions.py
polars/io/iceberg/__init__.py
polars/io/iceberg/_utils.py
polars/io/iceberg/dataset.py
polars/io/iceberg/functions.py
polars/io/ipc/__init__.py
polars/io/ipc/functions.py
polars/io/json/__init__.py
polars/io/json/read.py
polars/io/parquet/__init__.py
polars/io/parquet/field_overwrites.py
polars/io/parquet/functions.py
polars/io/pyarrow_dataset/__init__.py
polars/io/pyarrow_dataset/anonymous_scan.py
polars/io/pyarrow_dataset/functions.py
polars/io/scan_options/__init__.py
polars/io/scan_options/_options.py
polars/io/scan_options/cast_options.py
polars/io/spreadsheet/__init__.py
polars/io/spreadsheet/_utils.py
polars/io/spreadsheet/_write_utils.py
polars/io/spreadsheet/functions.py
polars/lazyframe/__init__.py
polars/lazyframe/engine_config.py
polars/lazyframe/frame.py
polars/lazyframe/group_by.py
polars/lazyframe/in_process.py
polars/lazyframe/opt_flags.py
polars/meta/__init__.py
polars/meta/build.py
polars/meta/index_type.py
polars/meta/thread_pool.py
polars/meta/versions.py
polars/ml/__init__.py
polars/ml/torch.py
polars/ml/utilities.py
polars/series/__init__.py
polars/series/array.py
polars/series/binary.py
polars/series/categorical.py
polars/series/datetime.py
polars/series/list.py
polars/series/plotting.py
polars/series/series.py
polars/series/string.py
polars/series/struct.py
polars/series/utils.py
polars/sql/__init__.py
polars/sql/context.py
polars/sql/functions.py
polars/testing/__init__.py
polars/testing/asserts/__init__.py
polars/testing/asserts/frame.py
polars/testing/asserts/series.py
polars/testing/asserts/utils.py
polars/testing/parametric/__init__.py
polars/testing/parametric/profiles.py
polars/testing/parametric/strategies/__init__.py
polars/testing/parametric/strategies/_utils.py
polars/testing/parametric/strategies/core.py
polars/testing/parametric/strategies/data.py
polars/testing/parametric/strategies/dtype.py
polars/testing/parametric/strategies/legacy.py