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

Add add_sub_time_series_index #666

Merged
merged 8 commits into from
Apr 25, 2020
Merged

Add add_sub_time_series_index #666

merged 8 commits into from
Apr 25, 2020

Conversation

nils-braun
Copy link
Collaborator

This fixes #633.

@nils-braun nils-braun requested a review from MaxBenChrist April 13, 2020 07:08
@github-actions
Copy link

You have style errors. See them below.

./tests/units/utilities/test_dataframe_functions.py:802:121: E501 line too long (121 > 120 characters)
./tests/units/utilities/test_dataframe_functions.py:810:121: E501 line too long (124 > 120 characters)
./tests/units/utilities/test_dataframe_functions.py:812:121: E501 line too long (121 > 120 characters)

@coveralls
Copy link

coveralls commented Apr 13, 2020

Coverage Status

Coverage decreased (-0.009%) to 97.1% when pulling 6e8adaa on feature/633-subchunk into 2a50ba7 on master.

@nils-braun
Copy link
Collaborator Author

@MaxBenChrist This adds another function to the utilities, to chunk the data into equally-sized packages.
I ask for your review just to check if you are still alive :-D

@nils-braun nils-braun merged commit 5f1dadb into master Apr 25, 2020
@nils-braun nils-braun deleted the feature/633-subchunk branch April 25, 2020 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate sub-series from timeseries, to extract all possible features
2 participants