-
Points now use lazy dataframes (Dask `DataFrame`). We talked about allowing having in-memory both as dataframes and lazy dataframes. https://github.com/scverse/spatialdata/issues/153
What about using…
-
Dataframes are awesome. Do we want to support them?
This would mean either switching over from numpy recarrays completely or adding an abstraction layer that can handle both..
-
To be able to provide an easy display for the different shapes and forms of Pandas dataframes, there is a need to be able to display tables/dataframes with multiple indexes.
Either for the colonnes:
…
-
When loading dataframes from a saved zarr file, we need to check for parity between columns in the file versus columns we expect.
There are basically two cases to check parity between what we load …
-
# Random walk on the usage of Dataframes[Meta].jl
re-learning the DataFrames.jl and DataFramesMeta.jl ecosystem.
[https://songtaogui.github.io/posts/2024/07/julia_dataframe_meta_random_work/](https…
-
I spoke to some pins users at posit::conf who are interested in the ability to read/write multiple dataframes to the same pin. The primary use-case for this is when using `board_connect`. The ACL cont…
-
### Current Behaviour
The following example is from the docs (modified a bit for testing against my files):
```py
from ydata_profiling import ProfileReport, compare
train_df = pd.read_excel(…
-
### Related problem
I have found that nushell supports [dataframes](https://www.nushell.sh/book/dataframes.html), and I would like to write plugins that deal with them. I would like to write plugins …
-
This is essentially the same issue as [this one](https://github.com/dask/community/issues/151) on dask/community, but I thought it would be worth a try to see if anyone can help here. Please let m…
-
### Description
When doing data exploration in Jupyter notebooks (or other interactive environments) it would be useful to have auto-complete for existing column names within a dataframe.
`pand…