Skip to content

Commit

Permalink
static naming of csv file
Browse files Browse the repository at this point in the history
  • Loading branch information
tenapril committed Jun 4, 2019
1 parent 4cb15ac commit a89ed7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion kuaci.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from furl import furl


df_kodewilayah = pd.read_csv('kodewilayah_v2.csv', index_col='kodewilayah')
df_kodewilayah = pd.read_csv('kodewilayah.csv', index_col='kodewilayah')


def facebook_search(name, key, em=True):
Expand Down

0 comments on commit a89ed7e

Please sign in to comment.