create_data_frame

servicemon.analysis.basic_plotting.create_data_frame(data)[source]

Create a Bokeh ColumnDataSource from an Astropy Table containing results from a navostats query.

Parameters
dataastropy.table.Table

A table presumed to contain the results from a query on navostats. In particular, the following columns must be present: location, start_time, do_query_dur, stream_to_file_dur, num_rows, base_name, service_type, ra, dec, sr

Returns
DataFrame

A Pandas data frame suitable for plotting most quantities.