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 5e52171 commit 836be09Copy full SHA for 836be09
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