-
**Describe the bug**
According to the code docstring, `dataframe` should be part of the argument of add_dataframe_asset(). However, this is not the case. I'm trying to run on GX 1.2.3 and I don't kno…
-
A very common use case is for us to use a `Pandas` `DataFrame` for data analysis and manipulation for SystemLink data. We should add the ability to request a `Pandas.DataFrame` directly from a client …
-
Hi everyone,
I've been playing with your library (mainly with `Traffic Analysis` methods), amazing work !
I have a couple of suggestions.
## DataFrame
Instead of keeping the raw forma…
-
**Describe the bug**
pd.api.interchange.from_dataframe fails with simple cuDF dataframe
**Steps/Code to reproduce bug**
```python
import cudf
import pandas as pd
df = cudf.DataFrame({'a': [1,2,3], '…
-
https://panel.holoviz.org/reference/widgets/DataFrame.html
**Feature Overview**
The DataFrame widget allows displaying and editing a pandas DataFrame.
**Deprecation Proposal**
I propose deprecating…
-
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,…
-
As requested [here](https://github.com/vega/altair/pull/3631)
If it doesn't add too much complexity, then it would probably be quite a nice ergonomic feature for users
-
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…
-
@pesap What do you think of this ?
Problem:
Currently if I need to access the data from SingleTimeSeries class, I can access `data` field. But typical usage also require of knowledge of time arra…
-
https://data-apis.org/dataframe-protocol/latest/index.html