Closed HankG closed 4 years ago
This commit implements:
get_result_ephemeris
get_result_raw_ephemeris
get_job_results
Before merging, could you address the lint issues?
Before you merge, could you run a linter on the changes?
This commit implements:
get_result_ephemeris
to return a Pandas DataFrame not the raw Ephemeris Fileget_result_raw_ephemeris
method to return the raw ephemerisget_job_results
to return the results object (same object returned when submitting a new run)