carolanderson commited on
Commit
672e971
1 Parent(s): 6f4d2a5

add inventory sheet

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. Agency Inventory AI Usage - Sheet1.tsv +0 -0
  3. app.py +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .ipynb_checkpoints/
Agency Inventory AI Usage - Sheet1.tsv ADDED
The diff for this file is too large to render. See raw diff
 
app.py CHANGED
@@ -12,7 +12,7 @@ pn.extension(sizing_mode="scale_both")
12
  import hvplot.pandas
13
 
14
  # load data
15
- infile = "/Users/carolanderson/Dropbox/repos/miscellany/webapps/Agency Inventory AI Usage - Sheet1.tsv"
16
  df = pd.read_csv(infile, sep="\t", lineterminator='\n')
17
 
18
  # rearrange column order
 
12
  import hvplot.pandas
13
 
14
  # load data
15
+ infile = "Agency Inventory AI Usage - Sheet1.tsv"
16
  df = pd.read_csv(infile, sep="\t", lineterminator='\n')
17
 
18
  # rearrange column order