jattokatarratto commited on
Commit
83834cd
·
verified ·
1 Parent(s): 7d25185

Update app_pyvis.py

Browse files
Files changed (1) hide show
  1. app_pyvis.py +1 -1
app_pyvis.py CHANGED
@@ -6,7 +6,7 @@ from pyvis.network import Network
6
  import ast
7
 
8
  # Load the CSV file
9
- df = pd.read_csv("https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/ETOHA/storylines/emdat2.csv", sep=',', header=0, dtype=str, encoding='utf-8')
10
 
11
  def try_parse_date(y, m, d):
12
  try:
 
6
  import ast
7
 
8
  # Load the CSV file
9
+ df = pd.read_csv("https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/ETOHA/storylines/emdat2.csv", sep=',', header=0, dtype=str, encoding='utf-8')
10
 
11
  def try_parse_date(y, m, d):
12
  try: