Skip to content

Commit cd5b029

Browse files
committed
Add files
0 parents  commit cd5b029

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: introduction-pandas/display-first-three-rows.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import pandas as pd
2+
3+
def selectFirstRows(employees: pd.DataFrame) -> pd.DataFrame:
4+
return employees.head(3)

0 commit comments

Comments
 (0)