Update convert_to_csv.py

This commit is contained in:
Robert Shaw 2025-04-23 10:51:38 -04:00 committed by GitHub
parent 9ec11b459c
commit 7efc568418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
from argparse import ArgumentParser
import pandas as pd
parser = ArgumentParser()