Skip to content

Instantly share code, notes, and snippets.

View thibaultdej's full-sized avatar

Thibault Dejeanne thibaultdej

View GitHub Profile

Keybase proof

I hereby claim:

  • I am thibaultdej on github.
  • I am thibaultdej (https://keybase.io/thibaultdej) on keybase.
  • I have a public key ASA2Yxw_DPVfG6hgl45U1jUxC8eNw_PqbHKXTLwYU6gmCAo

To claim this, I am signing this object:

@thibaultdej
thibaultdej / velib.ipynb
Last active January 25, 2018 11:13
Analysis of the public bicycle sharing system offer in Paris area for my Big Data course
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thibaultdej
thibaultdej / titanic.ipynb
Created January 25, 2018 11:00
Analysis of the Titanic dataset
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thibaultdej
thibaultdej / communes-amp.geojson
Last active August 7, 2017 15:12
Frontières des communes des Bouches-du-Rhône appartenant à la métropole d'Aix-Marseille Provence (2017)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thibaultdej
thibaultdej / regex.md
Last active August 1, 2017 12:56
Useful regular expressions I have been using

French address numbers

^[0-9]+(\s[A-Z]{1}\s|\s(BIS|TER|QUATER|QUINQUIES)\s|(BIS|TER|QUATER|QUINQUIES)\s|[A-Z]{1}\s|\s|)

^\d+(\s|BIS|TER|QUATER|QUINQUIES|[A-E]{1}\s)*

^(\d+-\d+|\d+)(\s?)(?:BIS|TER|QUATER|QUINQUIES|[A-E]{1})|^(\d+-\d+|\d+)

With ending spaces: ^(\d+-\d+|\d+)(\s?)(?:BIS|TER|QUATER|QUINQUIES|[A-E]{1})\s|^(\d+-\d+|\d+)\s