Skip to content

Commit

Permalink
Update COMBINE_QLD_2024.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jennasupper authored Sep 10, 2024
1 parent dbf7741 commit 19c7e1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Workshops/COMBINE_QLD_2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ os.listdir()

```
data = pd.read_csv('bigtable.tsv.gz',compression='gzip',header=0,sep='\t')
# without downloading - copy link address from above
# data = pd.read_csv('https://github.com/linsalrob/CF_Data_Analysis/raw/main/hecatomb/bigtable.tsv.gz?download=',compression='gzip',header=0,sep='\t')
metadata = pd.read_csv('CF_Metadata_Table-2023-03-23.tsv.gz',compression='gzip',header=0,sep='\t')
vmr = pd.read_csv('VMR_MSL39_v1.ascii.tsv.gz', compression='gzip',header=0,sep='\t')
```
Expand Down

0 comments on commit 19c7e1f

Please sign in to comment.