Skip to main content

Feature engineering for dates

Project description

datetransform

Feature engineering for dates

PyPI version PyPI pyversions Build Status codecov

Installation

datetransform requires Python 3.5+.

pip install datetransform

Example Usage

from datetransform.transform import add_date_features
import pandas as pd

df = pd.read_csv('someFile.csv')
df = add_date_features(df, date_field_name='dateCol')  # This dataframe now contains additional date features.

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

datetransform-0.2.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

datetransform-0.2.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

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