Skip to main content

A built up feature tool. Used to make everything simipler

Project description

Featman

Features and sh*t. Use as an abstraction to Spaceman. It can be used with the storage layers spaceman provides.

from featman import Features

features = (
    Features(host="localhost", db="global")
        .set_storage("...")
        .set_type("...")
        .set_time(now=False, back=True, month=0, day=0, hour=0, minute=30)
        .set_data(dataframe: pd.Dataframe, time_index=True, scale="minute")
        .set_data(dataframe: pd.Dataframe, time_index=True, scale="minute")
        .set_data(dataframe: pd.Dataframe, time_index=True, scale="minute")
        .set_data(dataframe: pd.Dataframe, time_index=True, scale="minute")
        .push()
)

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

featman-0.1.5.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

featman-0.1.5-py3-none-any.whl (5.3 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