Skip to content

Commit 0049713

Browse files
committed
Fix stupid typo error.
1 parent 911ab1a commit 0049713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structured_data_profiling/profiler/profiler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class DatasetProfiler:
4242

4343
def __init__(
4444
self,
45-
df_path: Union[str, pd.DataFram],
45+
df_path: Union[str, pd.DataFrame],
4646
primary_key: str = None,
4747
sequence_index: str = None,
4848
target: str = None,

0 commit comments

Comments
 (0)