astronomy-commons / hipscat-import

HiPSCat import - generate HiPSCat-partitioned catalogs
https://hipscat-import.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Catalog import fails with `csv.gz` files #369

Closed delucchi-cmu closed 1 month ago

delucchi-cmu commented 1 month ago

Bug report

The method load_csv_to_pandas_generator now passes a file handle to pd.read_csv, but cannot de-compress content when file handles are provided.

Before submitting Please check the following: