Skip to content

Commit

Permalink
lower --> upper (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfturner authored Aug 10, 2022
1 parent 57b908c commit 157559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 157559f

Please sign in to comment.