https://github.com/vintasoftware/deduplication-slides
"1 + 1 = 1 or Record Deduplication with Python" Jupyter Notebook
https://github.com/vintasoftware/deduplication-slides
Last synced: about 1 year ago
JSON representation
"1 + 1 = 1 or Record Deduplication with Python" Jupyter Notebook
- Host: GitHub
- URL: https://github.com/vintasoftware/deduplication-slides
- Owner: vintasoftware
- Created: 2018-08-07T05:07:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:45:50.000Z (over 3 years ago)
- Last Synced: 2025-04-10T18:46:46.895Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.49 MB
- Stars: 85
- Watchers: 3
- Forks: 31
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| :warning: Looking for PyCon US 2020 slides? They're on [`pycon-2020` branch. Please click here!](https://github.com/vintasoftware/deduplication-slides/tree/pycon-2020) |
| --- |
# 1 + 1 = 1 or Record Deduplication with Python
Jupyter Notebook from the talk "1 + 1 = 1 or Record Deduplication with Python", presented at [PyBay 2018](https://www.youtube.com/channel/UC51aOZF5nnderbuar5D5ifw/playlists) and [PyGotham 2018](https://2018.pygotham.org/talks/). The `slides.ipynb` version was presented at PyBay, while the `slides-reduced.ipynb` version was presented at PyGotham.
## Running (Binder)
It's possible to run the `slides-reduced.ipynb` version online! Click here: [](https://mybinder.org/v2/gh/vintasoftware/deduplication-slides/master?filepath=slides-reduced.ipynb)
### Errors on Binder?
In case you face errors on Binder, try again later or [use the non-interactive rendered version](https://nbviewer.jupyter.org/github/vintasoftware/deduplication-slides/blob/master/slides-reduced.ipynb).
## Running (Local)
Install `libpostal` (instructions [here](https://github.com/openvenues/libpostal)) and `pip install -r requirements.txt`. Run `jupyter notebook`
---
# 🇧🇷 1 + 1 = 1 ou Pareamento de Registros com Python
Jupyter Notebook da talk "1 + 1 = 1 ou Pareamento de Registros com Python", apresentada na Python Brasil 2019.
## Rodando (Binder)
É possÃvel rodar online, sem precisar instalar nada no seu computador! Clique aqui: [](https://mybinder.org/v2/gh/vintasoftware/deduplication-slides/master?filepath=slides-pt-br.ipynb)
### Erros no Binder?
Caso o Binder não funcione, tente novamente depois ou [use a versão renderizada sem interação](https://nbviewer.jupyter.org/github/vintasoftware/deduplication-slides/blob/master/slides-pt-br.ipynb).
## Rodando (Local)
Instalar `libpostal` (instruções [aqui](https://github.com/openvenues/libpostal)) e `pip install -r requirements.txt`. Rodar `jupyter notebook` e abrir `slides-pt-br.ipynb`