This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
-
When I pass a list of features into |
Beta Was this translation helpful? Give feedback.
Answered by
skrawcz
Dec 21, 2022
Replies: 1 comment
-
🤔 It definitely should be:
Otherwise to plant the thought, we'd love contributions to our examples folder, or a blog on how you're using Hamilton with pyspark. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
skrawcz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤔 It definitely should be:
final_vars
. https://github.com/stitchfix/hamilton/blob/main/hamilton/driver.py#L175-L177If data is a dict, column order follows insertion-order.
should follow the insertion order (source).Otherwise to plant the thought, we'd love contributions to our examples folder, or a blog on how you're using Hamilton with pyspark.