We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1395eb5 commit 526ec52Copy full SHA for 526ec52
datastream/tools/split_dataframes.py
@@ -58,7 +58,7 @@ def split_dataframes(
58
)
59
60
last_split_name, _ = split_proportions[-1]
61
- split[last_split_name] += unassigned(dataframe[key_column], split)
+ split[last_split_name] += unassigned(key_dataframe[key_column], split)
62
63
if filepath is not None:
64
filepath.parent.mkdir(parents=True, exist_ok=True)
0 commit comments