Python package df2onehot is to convert a pandas dataframe into a stuctured dataframe.
Project description
df2onehot
- df2onehot is Python package
Contents
Installation
- Install df2onehot from PyPI (recommended). df2onehot is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows.
- It is distributed under the MIT license.
Quick Start
pip install df2onehot
- Alternatively, install df2onehot from the GitHub source:
git clone https://github.com/erdogant/df2onehot.git
cd df2onehot
python -U setup.py install
Import df2onehot package
import df2onehot
Example:
df = df2onehot.import_example()
# Convert
out = df2onehot.df2onehot(df)
# Force features (int or float) to be numeric if unique non-zero values are above percentage.
out = df2onehot.df2onehot(df, perc_min_num=0.8)
# Remove categorical features for which less then 2 values exists.
out = df2onehot.df2onehot(df, y_min=2)
# Combine two rules above.
out = df2onehot.df2onehot(df, y_min=2, perc_min_num=0.8)
Maintainers
- Erdogan Taskesen, github: erdogant
Contribute
- Contributions are welcome.
Licence
See LICENSE for details.
Donation
- This work is created and maintained in my free time. Contributions of any kind are very appreciated. Sponsering is also possible.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
df2onehot-0.1.0.tar.gz
(30.5 kB
view details)
Built Distribution
df2onehot-0.1.0-py3-none-any.whl
(32.1 kB
view details)
File details
Details for the file df2onehot-0.1.0.tar.gz
.
File metadata
- Download URL: df2onehot-0.1.0.tar.gz
- Upload date:
- Size: 30.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ef152c10b28b869e22f62a63fc9f4fe66110fc7143b896fcff27feb891a8098 |
|
MD5 | 64beef9a4db6544d29b93c429c9e4602 |
|
BLAKE2b-256 | 6e3c3fd634f22b95fb4d86046377c8e28cf9553986d9955311a089b169fbea5e |
File details
Details for the file df2onehot-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: df2onehot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26c4c51bebe6c799826576facedb86b25deecddcacdb476ddfca7a0f82ac5e93 |
|
MD5 | a12c96c68ab5491ab623b886cc483083 |
|
BLAKE2b-256 | d79847ef21a8eb29edd414e702157839fa740f8cdcd3611cac25ca0d8386af63 |