Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 580 Bytes

File metadata and controls

21 lines (16 loc) · 580 Bytes

TRISTAN-hesp

Reading data from Tristan on Hesperides in xlsx files.

IMPORTANT!

To read output.json file, use the convert_axes kwarg:

import pandas as pd
data_frame = pd.read_json("./hesp_rafaelhermida_2019/TristanHespData.json", convert_axes=False)

to read data correctly, since the index column has the format DOYHHMMSS where

  • DOY: Day Of the Year
  • HH: Hours
  • MM: Minutes
  • SS: Seconds is not the expected format for read_json method

Notes:

Military timezone codes here