in de/fileutils.py [0:0]
def rewrite_to_jsonlines(src, dest, **kwargs): table = pq.read_table(src) table.to_pandas().to_json(dest, orient="records", lines=True, **kwargs)