-
DF.jl grouping is faster. Maybe it does column-oriented instead of rows or something, I think you mentioned an Accessors.jl way to do column ops?
```jl
using DataFrames, StructArrays, FlexiGroups,…
-
- [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
Often when you display a dataframe you want to add some add…
-
I think there might be a memory leak when running "encoding_dataframes.encode_crispresso_allele_table" where the memory pressure gradually increases. I think this might be because of the high number o…
-
In https://github.com/panel-extensions/panel-graphic-walker/pull/22 I will add more support for more data sources to `panel-graphic-walker`. I add general DataFrame support via [Narwhals](https://gith…
-
I am trying to use for a list of models that fit the same equation (with the same variable names) but using different data frames. For example, I would like to plot one (or two) variables for each of…
-
This causes a consistent segfault:
```
import GeoFormatTypes as GFT
import GeoInterface as GI
using DataFrames
using GeoDataFrames
pt = GI.Point(1,1, crs=GFT.EPSG(4326))
df = DataFrame(geom…
-
Currently, the extension concatenates multiple row indices into one index like 'layer1,layer2,layer3'. It would be amazing if the data was displayed similar to how vscode jupyter inline displays them.…
-
### Describe the bug
Saving to PNG fails for some notebooks.
The toaster appears with the error message, but no information is logged to the browser console - no errors, warnings, etc are added.
##…
-
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…