0 votes
63 views


Hi Datalab! Thanks so much for your help!

Here is the code that previously worked:

specids = galaxies[0:3]

results_II = client.retrieve_by_specid(specid_list=specids)

results_II.info

records_I = results_II.records[0]

specid_I = records_I.specid

flux_I = records_I.flux

wavelength_I = records_I.wavelength

pd.set_option("display.max_rows", len(galaxies))

pd.set_option("display.expand_frame_repr", True)

pd.set_option('display.width', 1000) 

DataFrame = pd.DataFrame([[r.specid, r.flux, r.wavelength,]

                    for r in results_II.records],

                  columns=['specid','flux', 'wavelength'])

by lsandmeier (140 points) | 63 views

1 Answer

0 votes
Hello, we confirmed that we could reproduce a similar error but it appears to have been a temporary or intermittent issue and is currently working as expected. Could you please try to re-start a new session and kernel and let us know if the problem comes back? Thanks for your patience and for reporting the issue.
by sjuneau_user (140 points)
Hello!
Yes, it is now working fine!
Thank you so much!
Lilly

441 questions

456 answers

462 comments

655 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.

Categories