Jan Mühlnikel commited on
Commit
0dc8a67
·
1 Parent(s): 9821670

enhanced documentation

Browse files
Files changed (1) hide show
  1. functions/same_country_filter.py +4 -1
functions/same_country_filter.py CHANGED
@@ -1,5 +1,8 @@
1
  import pandas as pd
2
- from functions.semantic_search import search
 
 
 
3
 
4
  def same_country_filter(df, country_code_list):
5
  # FILTER COUNTRY
 
1
  import pandas as pd
2
+
3
+ """
4
+ Filter for the show matching between different countries option
5
+ """
6
 
7
  def same_country_filter(df, country_code_list):
8
  # FILTER COUNTRY