We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911ab1a commit 0049713Copy full SHA for 0049713
structured_data_profiling/profiler/profiler.py
@@ -42,7 +42,7 @@ class DatasetProfiler:
42
43
def __init__(
44
self,
45
- df_path: Union[str, pd.DataFram],
+ df_path: Union[str, pd.DataFrame],
46
primary_key: str = None,
47
sequence_index: str = None,
48
target: str = None,
0 commit comments