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

Ts summary - polars backend #211

Merged
merged 9 commits into from
Nov 6, 2023
Merged

Conversation

GTimothee
Copy link
Contributor

partially solves #77

Done, tests working. Updated augment_fourier so that it uses this new version.

Part of it depends on the function "get_frequency_summary" so it is the next on my list :) In the meantime I computed this part like this: frequency_summary = pl.from_pandas(get_frequency_summary(date.to_pandas()))

@mdancho84
Copy link
Contributor

I'm seeing some failed tests on older versions of pandas. https://github.com/business-science/pytimetk/actions/runs/6739223865/job/18320315245?pr=211

image

image

@GTimothee
Copy link
Contributor Author

Oh I see ! I will have a look

@mdancho84
Copy link
Contributor

Ok, thanks. Let me know what you find out.

@GTimothee
Copy link
Contributor Author

GTimothee commented Nov 6, 2023

Apparently 2 different errors:

@mdancho84
Copy link
Contributor

Nice work! 1 test to go. Looks like datetime[ns] vs datetime[us]

@GTimothee
Copy link
Contributor Author

yay 🎉

@mdancho84 mdancho84 merged commit 26414b8 into business-science:master Nov 6, 2023
7 checks passed
@mdancho84
Copy link
Contributor

Nice work!

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.

None yet

2 participants