traveler.core.downloading#

Functions#

csv_to_parquet(csv_filepath, parquet_filepath)

Reads a CSV file and writes its content to a Parquet file.

display_sha256_checksums([directory])

Print SHA-256 checksums for every file below a directory.

download_asset(url, target_path[, sha256, ...])

Download assets (extra files) associated with examples.

extract_zst(archive, out_path)

Extract content of zst file to a target file system directory.

sha256_checksum(filename[, block_size])

Compute the SHA-256 checksum of a file.