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.1.0.tar.gz (14.2 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.1.0-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for df2onehot-1.1.0.tar.gz
Algorithm Hash digest
SHA256 cc791b1d6381ef5f65978772254df4427008fef39141b271d82229724f786f4a
MD5 62cc1aa2f052244722c15558534680dd
BLAKE2b-256 f4af8f2087e1ab0a5c6ea95e53c956f5807aacd33b3a266e0e342ea301df8a63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: df2onehot-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 14.9 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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9d54f7784c0377a2ef42f7a7b9f9ec619826bbf4f94d6161ecf8c5b1e935f937
MD5 3bfee619f57f9640752f3b1b89680fd0
BLAKE2b-256 7a7405c0f05607eef4a01b01caaf9a5fb3fa763206b85ee68112f91a73600185

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