You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the [documentation pages](https://erdogant.github.io/df2onehot/) you can find detailed information about the working of the ``df2onehot`` with many examples.
36
+
37
+
<hr>
38
+
39
+
### Examples
39
40
40
41
```python
41
-
from df2onehot import df2onehot
42
-
# Convert
43
-
out = df2onehot(df)
42
+
results = df2onehot(df)
44
43
```
45
44
46
45
```python
@@ -59,6 +58,16 @@ out = df2onehot(df, y_min=2, perc_min_num=0.8)
59
58
```
60
59
61
60
61
+
#
62
+
*[Example: Process Mixed dataset](https://erdogant.github.io/df2onehot/pages/html/Examples.html#)
0 commit comments