Quantcast
Channel: is possible to read a URL compressed with gzip (tvs.gz) with CSVProvider in F#? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Eliemer Velez for is possible to read a URL compressed with gzip...

You'll need to decompress the file with something like GZipStream, before being able to read it with CsvProvider.

View Article



is possible to read a URL compressed with gzip (tvs.gz) with CSVProvider in F#?

is possible to read a URL compressed with gzip (tvs.gz) with CSVProvider in F#? Im trying with this code:type name = CsvProvider<"https://datasets.imdbws.com/name.basics.tsv.gz", "\t">But, I'm...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images