dython
                                
                                
                                
                                    dython copied to clipboard
                            
                            
                            
                        A set of data tools in Python
I am trying out Dython for the first time and as written on the homepage I am using: ``` from dython.nominal import associations associations(data) ``` However this has been running...
It's easy to adjust _figsize_ yourself, and you can pass it to _associations()_, but it would be nice if this method could estimate an appropriate _figsize_ based on the number...
### Plots Can be Rendered in any Plotting Library: Plotly and Bokeh are also really widely used, supporting graphs in different libraries when all the matrix work is done in...
The weighted correlation feature for categorical variables is missing in Cramer's V, and this feature helps to give weightage to certain rows. Adding weightage to certain rows depending on the...
### Describe the new feature: When NaN values in third column interfere with calculation of correlation of two columns, dropping samples in each pair of columns independently gives more insight....
Adding option to drop samples in each pair of columns independently. Implements feature proposed in #130. In short: when NaN values from third column interfere with calculation of correlation between...
When using the latest version of `pytest` (8.0.0 at time of writing), test fail on: ``` /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/_pytest/nodes.py:152: in _create return super().__call__(*k, **kw) E TypeError: BlackItem.__init__() got an unexpected keyword argument...