-
```py
from sqlframe.standalone import functions as SF
employee = get_df("employee")
store = get_df("store")
district = get_df("district")
result = (
employee
.alias('employee'…
-
Everytime I DeseqDataSet using my own data (as counts/metadata dataframes or straight from my anndata object) or using the test data on the GettingStarted docs, I then try to run dds.deseq2() and the …
-
command: `ruff check test.py`
ruff version: `ruff 0.0.282`
settings: `select = ['ALL']`
example:
```python
import polars as pl
pldf = pl.DataFrame()
pldf.pivot() # PD010 `.pivot_table`…
-
I have been using Polars in Python and it is a wonderful, fast, DataFrame library for Python and Rust. There even seems to be work on creating R-bindings for polars as well (https://github.com/pola-rs…
vnijs updated
2 months ago
-
Hi! When I add a Polars DataFrame to phik_matrix, I encounter an error: AttributeError: 'DataFrame' object has no attribute 'phik_matrix'. The steps I followed are outlined below. The Polars team reco…
-
Hi there!
I recently wrote a python script that will import dataframes via pandas to Blender:
https://github.com/kolibril13/bpy-pandas-mesh/blob/main/pandas_mesh.py
https://x.com/kolibril13/sta…
-
Hi,
In my application I would like to query a Postgres database using [postmodern](https://github.com/marijnh/Postmodern) and then perform some analysis with lisp-stat. `postmodern` returns data a…
-
Thank you for the initiative. I am using it for table extraction and it is returning tables/dataframes as expected. However, it is not giving complete text in some rows or providing text in multiple l…
-
Sadly, JDF.jl depends on Blosc v1, which only supports 32bit adressing.
So this is impossible:
```
JDF.save(joinpath("/tmp", "test.jdf"), DataFrame(bytes=rand(Int8, 3_000_000_000)))
```
Ple…
-
Like what is done for `dataframes[:flows]` in #896, using the strangle pattern.
Storage
- [ ] storage_level_intra_rp
- [ ] storage_level_inter_rp
- [ ] is_charging
Unit Commitment
- [x] #911