Feature engineering for dates
Project description
datetransform
Feature engineering for dates
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
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
datetransform-0.2.0.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file datetransform-0.2.0.tar.gz
.
File metadata
- Download URL: datetransform-0.2.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76ddc7b8d760f61320426994a4fcef6e7b94589f762582cf39d5eb838d280ea0 |
|
MD5 | f22ff54cf7bf0c6859b4513c2f26fef4 |
|
BLAKE2b-256 | 29b841748fc3abbf0f0766cedca8d55a243b8f829518441e8e8c75509b12ec76 |
File details
Details for the file datetransform-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: datetransform-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d820851c4c630649147131fa55592d6ee665908000f6afee0c4e793b1884318 |
|
MD5 | c90f75e4255c87d1bc59a4242c5b3b76 |
|
BLAKE2b-256 | 2cfb3b0b4bb6b6027ebfad15f7a4e3c6c8a9f3da0a01ab6b157033b6f3da3b97 |