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 88d9ed4 commit 9a9213fCopy full SHA for 9a9213f
problems/pandas.py
@@ -30,6 +30,7 @@ def problem_176(employee: pd.DataFrame) -> pd.DataFrame:
30
return pd.DataFrame([None], columns=["SecondHighestSalary"])
31
return result
32
33
+
34
def problem_180(logs: pd.DataFrame) -> pd.DataFrame:
35
"""Find all numbers that appear at least three times consecutively.
36
@@ -59,7 +60,6 @@ def problem_180(logs: pd.DataFrame) -> pd.DataFrame:
59
60
)
61
62
-
63
def problem_584(customer: pd.DataFrame) -> pd.DataFrame:
64
"""Find names of customers not referred by the customer with ID = 2.
65
0 commit comments