docs: Improve user guide structure#13946
Closed
r-brink wants to merge 163 commits intopola-rs:mainfrom r-brink:update-guide
+12,892-7,819
Commits
Commits on Jan 11, 2024
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jan 16, 2024
Commits on Jan 23, 2024
- committed
- committed
Commits on Jan 24, 2024
docs(python): Update
then
andotherwise
docstrings with "strings are parsed as column names" (pola-rs#13630)- committed
chore(rust): Rename
lazy-regex
feature toregex
to alignpolars
withpolars-lazy
crate (pola-rs#13647)fix(python): Fix group keys in
partition_by(as_dict=True)
/GroupBy.__iter__
in some cases (pola-rs#13646)docs(python): Be more explicit about behaviour in
str.strip_chars
/strip_chars_start
/strip_chars_end
docstrings (pola-rs#13697)fix(python): fix error message when creating DataFrame from 0-dimensional NumPy array (pola-rs#13729)
depr: Deprecate
dt.with_time_unit
in favor ofcast(pl.Int64).cast(pl.Datetime(time_unit, time_zone))
(pola-rs#13667)feat: convert fixed-offset timezones to respective Etc timezone from time zone database (pola-rs#13738)
- committed
feat(rust,python,cli): extend SQL
EXTRACT
with "century", "millennium", and "timezone" parts (pola-rs#13634)fix(python): ensure kwargs
filter
behaviour matches docstring (expect equivalence witheq
) (pola-rs#13864)fix(python): convert object-dtyped NumPy str/bytes arrays to pl.String/pl.Binary instead of pl.Object (pola-rs#13712)
- committed
feat(rust,python,cli): support negative indexing and expressions for
LEFT
,RIGHT
andSUBSTR
SQL string funcs (pola-rs#13888)refactor(python): minor
describe
tidy-up, and slight rewording of some Exception docstrings (pola-rs#13942)feat: support kwargs in plugin 'field' functions and raise error on unsupported binview layout (pola-rs#13944)
- committed