Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polars Backend Tests for pytimetk v0.2.0 #177

Closed
mdancho84 opened this issue Oct 24, 2023 · 2 comments
Closed

Polars Backend Tests for pytimetk v0.2.0 #177

mdancho84 opened this issue Oct 24, 2023 · 2 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed Priority tests
Milestone

Comments

@mdancho84
Copy link
Contributor

mdancho84 commented Oct 24, 2023

Need help with someone to convert the docstring examples into pytests. The backends that @JustinKurland and the team are working on are listed here: #77 (comment)

image

@mdancho84 mdancho84 added the help wanted Extra attention is needed label Oct 24, 2023
@mdancho84 mdancho84 added this to the v0.2.0 milestone Oct 24, 2023
@JustinKurland
Copy link
Collaborator

JustinKurland commented Oct 25, 2023

Adding this as a running checklist for tracking what pytests have been completed and by whom. @samuelmacedo83

Polars Backend Function Pytests

Wrangling Pandas Time Series DataFrames

  • summarize_by_time
  • apply_by_time
  • pad_by_time
  • future_frame

Anomaly Detection

  • anomalize

Adding Features to Time Series DataFrames (Augmenting)

  • augment_timeseries_signature
  • augment_holiday_signature
  • augment_lags
  • augment_leads
  • augment_rolling
  • augment_rolling_apply
  • augment_expanding
  • augment_expanding_apply

TS Features

  • ts_features
  • ts_summary

Finance Module

  • augment_ewn

Time Series for Pandas Series

  • make_future_timeseries
  • make_weekday_sequence
  • make_weekend_sequence
  • get_date_summary
  • get_frequency_summary @samuelmacedo83
  • get_diff_summary
  • get_frequency
  • get_seasonal_frequency
  • get_trend_frequency
  • get_timeseries_signature
  • get_holiday_signature

Date Utilities

  • floor_date
  • ceil_date
  • is_holiday
  • week_of_month
  • time_series_unit_frequency_table
  • time_scale_template

Extra Pandas Helpers

  • glimpse
  • parallel_apply
  • progress_apply
  • flatten_multiindex_column_names

13 Datasets

  • get_available_datasets
  • load_dataset

@mdancho84
Copy link
Contributor Author

Will address these as needed in the future.

@github-project-automation github-project-automation bot moved this from Development to Done in Timetk Development Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed Priority tests
Projects
Status: Done
Development

No branches or pull requests

3 participants