GitXplorerGitXplorer
s

sample-csv

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
77588177d13173ad8194a59e54cb1cb74d6cf067

clean up code

ssimonpfish committed a year ago
Unverified
dbc78b736091e7c62bd3d9834e345028da244524

add install instructions

ssimonpfish committed a year ago
Unverified
a08732546fbab583d7a2ebf1240f969c87ef1cfc

update version

ssimonpfish committed a year ago
Unverified
069c085a2933c84ab8b12589975fdcb381a14c10

update to public facing url

ssimonpfish committed a year ago
Unverified
1a51de492cb6fc9837ad1272c9ae2ebf8269b95f

small tweaks

ssimonpfish committed a year ago
Unverified
f1e99429e43b5954a5e773decf01542074816cd2

aesthetics

ssimonpfish committed a year ago

README

The README file for this repository.

sample-csv

A minimal CLI tool for sampling from large CSV files to reduce their size.

pip install sample-csv

sample-csv

Usage:

$ sample-csv INPUT_PATH [PERCENTAGE]

Arguments:

  • INPUT_PATH: Path to the input CSV file. [required]
  • [PERCENTAGE]: Percentage of data to sample. The value should be between 0.0 and 1.0. [default: 0.1]

Options:

  • --help: Show this message and exit.