Niko Aarnio

Results 36 issues of Niko Aarnio

A categorical data check could be useful for various tools, for example for `chi_square_test`. The check could be something like this: ``` def is_categorical(series: pd.Series, max_unique_values: int = 10) ->...

enhancement

`somoclu`, which was the package chosen for this feature initially, had some issues when included in EIS Toolkit dependencies. The environment installation fails as `somoclu`s setup script does not recognize...

enhancement
EDA

enhancement
EDA

Processing folder gets always created, even if unwanted. This is likely due to incorrect folder name here: `remove_dir("{{cookiecutter.project_directory}}/processing")`. There are also references to the created provider in `plugin.py` that persist.

bug