search for: lastsale

Displaying 3 results from an estimated 3 matches for "lastsale".

Did you mean: lastname
2020 Jul 15
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
...lease find R code output and sessionInfo(). *Works in RStudio* > read.csv("https://old.nasdaq.com/screening/companies-by-name.aspx?letter=0&exchange=1&render=download", header=TRUE, as.is=TRUE, na="n/a") Symbol Name LastSale MarketCap IPOyear 1 TXG 10x Genomics, Inc. 87.4400 $8.6B 2019 2 YI 111, Inc. 6.4800 $533.69M 2018 3 PIH 1347 Property Insurance Holdings, Inc. 4.5350 $27.52M 2014 sessionInfo() R...
2020 Jul 16
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
.... of? 9 variables: ?$ Symbol?????? : chr? "TXG" "YI" "PIH" "PIHPP" ... ?$ Name???????? : chr? "10x Genomics, Inc." "111, Inc." "1347 Property Insurance Holdings, Inc." "1347 Property Insurance Holdings, Inc." ... ?$ LastSale???? : chr? "90.93" "6.31" "4.528" "24.35" ... ?$ MarketCap??? : chr? "$8.94B" "$519.69M" "$27.48M" "n/a" ... ?$ IPOyear????? : chr? "2019" "2018" "2014" "n/a" ... ?$ Sector????...
2020 Jul 15
0
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
...n my case this got easier. I clicked on the link (in Ubuntu 20.04) and it downloaded it. From there few problems. `read.csv()` just reads it: edd at rob:~/Downloads$ Rscript -e 'data.table::fread("companylist.csv", header=TRUE)' Symbol Name LastSale MarketCap IPOyear Sector industry Summary Quote V9 1: TXG 10x Genomics, Inc. 88.91 $8.75B 2019 Capital Goods Biotechnology: Laboratory Analytical Instruments htt...