Best way to replicate pandas.fillna(method='ffill')? #4679
Replies: 2 comments
-
Hi @mikeprince4, there is currently no way to do this directly within Daft, but it could be a useful feature. I've created an issue for this in #4683! In the meantime, could you describe what you are ultimately trying to accomplish in your query? We may be able to work out some alternative solutions |
Beta Was this translation helpful? Give feedback.
0 replies
-
Let's move this discussion into the issue since there's engineering work involved here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see there's a
fill_null()
method, but it's unclear if it's possible to leverage this to get the same behavior as I would with apandas.fillna(method='ffill')
.Any ideas how to do this best?
Beta Was this translation helpful? Give feedback.
All reactions