An open API service indexing awesome lists of open source software.

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

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: [![Binder](https://mybinder.org/badge.svg)](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: [![Binder](https://mybinder.org/badge.svg)](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`