develop #8
Reference in New Issue
Block a user
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -34,4 +34,1 @@df["total_price"] = df["quantity"] * df["unit_price"]df["price_band"] = df["total_price"].apply(lambda value: "high" if value >= 25 else "standard"what the fuck?