-
`ruff` version 0.7.3, `pandas` linting rules `PD` can trigger when dealing with objects from other libraries, like polars.
Minimal example:
```python
import polars as pl
pl_df = pl.DataFrame…
-
## What OS are you using?
Windows 10
## What version of Dramatiq are you using?
Version: 1.17.0
## What did you do?
I ran into an issue where a dramatiq worker takes a DataFrame to do s…
-
I hypothesize that this should be totally possible because we know how the different standard concepts are related to each other. One way _might_ be to just throw all the dataframes into the graph str…
-
Request for some possibility to obtain numpy views (or similar) of numerical data within DeckKeyword's. For now I have not found any other option than looping over each record and picking each number …
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
### Description
Polars has great support for lots of different formats, and it seems like it has picked some reasonable ways of turning those formats into dataframes. It would be great to document …
-
Recently @rjzamora did some work to add a `from_map` API for Dask DataFrames in PR ( https://github.com/dask/dask/pull/8911 ). It might be interesting to consider a similar API for Dask Array. The [ap…
-
The proposed future action is to use concat instead of append. We should work this solution into the code. I'm not sure where it's all used, but definitely in the run_mcmc scripts.
-
Requirement: Convert between iris cubes/coordinates and 'r' data types.
https://github.com/cpelley/iris/tree/rpy2_interface
Background:
http://www.statmethods.net/input/datatypes.html
http://en.wikib…
-
As the title and see the docs for desired behaviour: https://search.r-project.org/CRAN/refmans/tidybayes/html/spread_draws.html
I think this would need to be implemented using tools from `MCMCchain…