-
Polars https://www.pola.rs/ is a nice data frame library for python.
It would be great if plotnine would also support polars instead of pandas data frames.
My current workaround is:
```
plotn…
-
From @sminot
> Hi Jared,
>
> I wanted to pull you into a discussion that I’ve been having with Terry and Ryan about their use of phip-flow for VirScan.
>
> The overall context is that phip-flo…
-
### System Info
Python 3.11.7
### 🐛 Describe the bug
---------------------------------------------------------------------------
ImportError Traceback (most recent ca…
-
I'm having some issues with some pandas dataframes failing to make it over to the R side:
```
Error in as.data.frame.default(x[[i]], optional = TRUE) :
cannot coerce class "c("decimal.Decimal",…
yjml updated
2 months ago
-
## What is the current behavior?
I need to add "Snowpark with Pandas" as an AWS Lambda layer, however the size of the python lib goes above 250MB so i can not use it.
## What is the desired behavi…
-
I've been experimenting a bit with `uv lock` and came across a use-case that I can't seem to resolve.
My project is developed on python 3.10/3.11/3.12, and I have a dependency on a package that onl…
-
Hi PHIDATA team,
I couldn’t find detailed information in your documentation about how the pip_install=True parameter works for the PythonAgent. I’m not fully sure about its current capabilities, so…
-
**Describe the bug**
pybpod-gui uses pandas 0.something latest version is 1.3.3
Other dependencies of rig environments require a higher version of pandas and this makes the GUI crash on Stop protoco…
-
I have only berryconda 3 installed, I used 'conda install matplotlib', it works successfully, but when I go to run it in Jupyter notebook it doesn't compile it returns an error 'library not found'. T…
-
Currently, for API that can use BQ Storage Client to fetch data like `to_dataframe_iterable` or `to_arrow_iterable`, the client library always uses the maximum number of read streams recommended by BQ…