-
[DataFrames](http://pandas.pydata.org/pandas-docs/stable/dsintro.html) from the Pandas package is supposedly very neat for labeling and dealing with 2D structured arrays.
@SeanBryan passed me a link …
-
@tlinjordet
There are two versions of the "compare_dataframes" function in the files linked. Can we potentially remove one of them? I am not sure which one to keep as it seems that both are used c…
-
## Proposal
When passing a `DataFrame` into a `DataSet` where the `DataFrame` forms a superset of the columns mandated in the `DataSet` it would be nice to be able to automatically drop the columns f…
-
```
import GeoFormatTypes as GFT
import GeoInterface as GI
using DataFrames
using GeoDataFrames
outfile = joinpath(tempdir(), "test.fgb");
pt = GI.Point(1,1, crs=GFT.EPSG(4326))
df = DataFr…
-
#### Description
Currently the indexes is lost because we read from an internal file. Sklearn's new `set_output` API seems to respect the index of the input ([see examples here](https://scikit-learn.…
-
XGBoost raises a `ValueError` when trying to train a model with a Polars dataframe with categorical data.
```python
import polars as pl
import xgboost as xgb
X = pl.DataFrame({
'num1': [1…
-
#87 has made numerous changes to the translation code. https://github.com/Transport-for-the-North/caf.toolkit/blob/main/src/caf/toolkit/translation.py
The code for handling pandas translation defin…
-
Components are not pure dataframes but python classes which represent containers. For example, n.generators is a GeneratorContainer class or Generators class (an subclass of the ComponentContainer or …
-
Hej,
Vi har nogle forskellige dataframes, som vi har lyst til at appende vertikalt. Lad os tage udgangspunkt i df1 og df2, som er data for fx to forskellige personer. I df1 er der kolonnerne ”age” …
-
### Describe the bug
When there are multiple dataframes, selected cells of the dataframes except first one never gets unselected.
The cell is selected forever until the user refreshes the browser,…