revert
This commit is contained in:
@@ -33,8 +33,5 @@ def transform_example_dataset(df: pd.DataFrame) -> pd.DataFrame:
|
||||
|
||||
df["total_price"] = df["quantity"] * df["unit_price"]
|
||||
|
||||
df["price_band"] = df["total_price"].apply(
|
||||
lambda value: "high" if value >= 25 else "standard"
|
||||
)
|
||||
|
||||
return df
|
||||
|
||||
Reference in New Issue
Block a user