Skip to content

Instantly share code, notes, and snippets.

@simboli
Created March 21, 2020 00:04
Show Gist options
  • Save simboli/87c07bed9db6be8391f7ddab53ce66f5 to your computer and use it in GitHub Desktop.
Save simboli/87c07bed9db6be8391f7ddab53ce66f5 to your computer and use it in GitHub Desktop.
a=df_trip_stations['idplug_station'].unique()
b=df_stations['id'].unique()
set(a) - set(b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment