Rob

Results 5 issues of Rob

Closes #12417 I tried to match the behavior of `dt.round` and `dt.truncate` for dates and datetimes as closely as possible. Since `dt.round` is experimental, I wanted to highlight: - Rounding...

python
rust
enhancement

- [x] closes #9037 - [x] tests added / passed. - [x] properly formatted commit message. See [NumPy's guide](https://docs.scipy.org/doc/numpy-1.15.1/dev/gitwash/development_workflow.html#writing-the-commit-message). This PR fixes the formula environment for the conditional logit and...

prio-high
type-bug
comp-formula

Polars will currently [round dates and datetimes to negative durations](https://github.com/pola-rs/polars/pull/12597#issuecomment-2008161686): ``` In [16]: pl.Series([datetime(2020, 2, 15)]).dt.round('-1mo') Out[16]: shape: (1,) Series: '' [datetime[μs]] [ 2020-02-01 00:00:00 ] ``` (Except not during...

python
rust
fix

- [x] closes #57911 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ] Added [type...

Stale

- [x] closes #58033 - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ] Added [type...

Reshaping
MultiIndex