You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,17 @@ print(dedup_result.result)
147
147
148
148
You can find detailed information about BlockingPy in [documentation](https://blockingpy.readthedocs.io/en/latest/).
149
149
150
+
## Example Datasets
151
+
152
+
BlockingPy comes with built-in example datasets:
153
+
154
+
- Census-Cis dataset created by Paula McLeod, Dick Heasman and Ian Forbes, ONS,
155
+
for the ESSnet DI on-the-job training course, Southampton,
156
+
25-28 January 2011
157
+
158
+
- Deduplication dataset taken from [RecordLinkage](https://cran.r-project.org/package=RecordLinkage) R package developed by Murat Sariyar
159
+
and Andreas Borg. Package is licensed under GPL-3 license. Also known as [RLdata10000](https://www.rdocumentation.org/packages/RecordLinkage/versions/0.4-12.4/topics/RLdata).
160
+
150
161
## Disclaimer
151
162
BlockingPy is still under development, API and features may change. Also bugs or errors can occur.
0 commit comments