Skip to content

Commit

Permalink
Merge pull request #21 from isc-rsingh/patch-2
Browse files Browse the repository at this point in the history
remove covid import cmd from countries
  • Loading branch information
evshvarov authored Feb 6, 2024
2 parents ea1844f + c3d71d1 commit ecafd38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ USER>d ##class(community.csvgen).GenerateFromURL("https://raw.githubusercontent.
Class name: Data.Countries
Header: code VARCHAR(250),name VARCHAR(250),continent VARCHAR(250),region VARCHAR(250),surface_area INTEGER,independence_year INTEGER,population INTEGER,life_expectancy MONEY,gnp DOUBLE,gnp_old INTEGER,local_name VARCHAR(250),government_form VARCHAR(250),head_of_state VARCHAR(250),capital INTEGER,code2 VARCHAR(250)
Records imported: 167
USER>d ##class(community.csvgen).GenerateFromURL("https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/05-29-2020.csv",",","Data.Covid19")
```

## Known Issues
Expand Down

0 comments on commit ecafd38

Please sign in to comment.