From 357a6bd5f58221e48d99afbd6b5f47f2570181e3 Mon Sep 17 00:00:00 2001 From: Taylor Turner Date: Wed, 10 Aug 2022 14:47:15 -0400 Subject: [PATCH] lower --> upper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97df998a2..1e922a208 100644 --- a/README.md +++ b/README.md @@ -540,7 +540,7 @@ print(json.dumps(report, indent=4)) print(json.dumps(report["data_stats"][0], indent=4)) ``` -### Unstructured profiler +### Unstructured Profiler In addition to the structured profiler, DataProfiler provides unstructured profiling for the TextData object or string. The unstructured profiler also works with list[string], pd.Series(string) or pd.DataFrame(string) given profiler_type option specified as `unstructured`. Below is an example of the unstructured profiler with a text file. ```python import dataprofiler as dp