Skip to main content

Python package df2onehot is to convert a pandas dataframe into a stuctured dataframe.

Project description

df2onehot

Python PyPI Version License Downloads Downloads DOI Sphinx

df2onehot is a Python package to convert unstructured DataFrames into structured dataframes, such as one-hot dense arrays.

⭐️ Star this repo if you like it ⭐️

Install df2onehot from PyPI

pip install df2onehot

Import df2onehot package

from df2onehot import df2onehot

Documentation pages

On the documentation pages you can find detailed information about the working of the df2onehot with many examples.


Examples

results = df2onehot(df)
# Force features (int or float) to be numeric if unique non-zero values are above percentage.
out = df2onehot(df, perc_min_num=0.8)
# Remove categorical features for which less then 2 values exists.
out = df2onehot(df, y_min=2)
# Combine two rules above.
out = df2onehot(df, y_min=2, perc_min_num=0.8)


Maintainers

  • Erdogan Taskesen, github: erdogant
  • Contributions are welcome.
  • If you wish to buy me a Coffee for this work, it is very appreciated :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

df2onehot-1.2.2.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

df2onehot-1.2.2-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file df2onehot-1.2.2.tar.gz.

File metadata

  • Download URL: df2onehot-1.2.2.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for df2onehot-1.2.2.tar.gz
Algorithm Hash digest
SHA256 e62aa79cb3b43689550359c32f9dc7041af7deb9f491ae41bc1607e022752547
MD5 3ff6ed940a118a556d64333f2c16b6b9
BLAKE2b-256 63e47889f2648614a1e101821cc1294b475a5916edce31afb9495263e30ebd95

See more details on using hashes here.

File details

Details for the file df2onehot-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: df2onehot-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for df2onehot-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c10bc3cf22ba758013fcf2c0c6f3f263f078e1898089431a5888e7da9ab26bda
MD5 bc3580b839792f865ce382d9d0d6f566
BLAKE2b-256 76706a5b0336529c1cfdf208c0420bc378a654f274daa673668057ddcb7be579

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page