We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742956b commit 32934efCopy full SHA for 32934ef
astroquery/esa/neocc/tabs.py
@@ -484,7 +484,7 @@ def clo_appr_parser(data_obj):
484
df_close_appr = pd.DataFrame()
485
else:
486
# Read data as csv
487
- df_close_appr = pd.read_csv(df_impacts_d,
+ df_close_appr = pd.read_csv(df_impacts_d, skiprows=[0],
488
delim_whitespace=True)
489
# Convert Date column to datetime format
490
# Create auxilary columns
0 commit comments