MillionConcepts / pdr

[P]lanetary [D]ata [R]eader - A single function to read all Planetary Data System (PDS) data into Python
Other
60 stars 6 forks source link

check pandas dtype warning in Voyager LECP S-RDR STEP files #59

Open m-stclair opened 3 months ago

m-stclair commented 3 months ago

pd.read_csv() throws a DtypeWarning when reading these tables. Check if there is something unusual about their structure causing this and if it can be cleanly addressed; otherwise, consider constructing a special case that suppresses the warning or explicitly passes low_memory=False.