-
Dataset: [output.jsonl.txt](https://github.com/user-attachments/files/17822553/output.jsonl.txt)
```Julia
import DataFrames
import JSON
import Statistics
function sgm(x::Vector{BigFloat}; sh::B…
-
Given the following dataframes:
```
[
#Explorer.DataFrame<
Polars[1134 x 4]
gtin string […]
series string […]
program string […]
program_color string […]
>,
#Expl…
-
**What**
make ModeImputer polars compatible while maintaining backwards compatibility with pandas.
**Why?**
Making the project polars compatible for speed benefits. [Narwhals](https://github.…
-
### 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.
### Reprodu…
-
Try this
```
using PackageCompilers
create_sysimage(:DataFrames, replace_default=true)
```
restart Julia in vscode
```
using DataFrames
df = DataFrame(a=1:3)
vscodedisplay(df)
```
Thi…
-
Hi,
I was wondering if it would be possible to add an additional coloring option for viewing dataframes? In particular, an option to set negative numbers to red (to be used in conjunction with no …
-
As a first solution for #466, we need to force users to add the `columnStats` when indexing Tables with the following characteristics:
- Underlying data source changes constantly.
- DataFrame cont…
-
**Is your feature request related to a problem? Please describe.**
Polars DataFrames are becoming more and more popular and are also supported by Mage. But all database connectors only except and ret…
-
### Description
We are evaluating use of marimo (nice work btw!) in an education context. For this, we would like to have a dataframe not just as a view but editor.
### Suggested solution
Dash has…
-
`SimpleImputer` seems to scale badly with the number of rows when fitting it to a large `DataFrame` object, taking several times more than if using pandas' own functions in a loop.
Example:
```pyt…