-
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…
-
Stub issue for this potential integration:
https://www.getdaft.io/
-
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…
-
Inspecting dataframes always truncates the printed records without being affected of inspects `:limit`. While I can see why it's not following the default of `50`, it would sometimes still be useful t…
-
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.
##…