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.
2 parents 7b3d740 + 836be09 commit 916e6c7Copy full SHA for 916e6c7
app/etl/extract.py
@@ -3,7 +3,7 @@
3
# TODO (Find & Fix)
4
from typing import Optional
5
6
-def extract(path: str = "xyz.csv") -> ________: # TODO (Find & Fix)
+def extract(path: str = "xyz.csv") -> pd.DataFrame :
7
"""
8
Extracts data from CSV file.
9
0 commit comments