Skip to content

Commit

Permalink
add help doc to jsonl2csv
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Apr 2, 2024
1 parent 77c61d1 commit 8389962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blsl/jsonl2csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import json

def main(argv=None):
"""Parse jsonlines into a C/TSV"""
ap = argparse.ArgumentParser()
ap.add_argument("--fraction", "-f", type=float,
help="Subsample this fraction of rows (0-1)")
Expand Down

0 comments on commit 8389962

Please sign in to comment.