pygsti.data.dataset.DataSet
===========================

.. currentmodule:: pygsti.data.dataset

.. autoclass:: DataSet
   :members:
   :show-inheritance:
   :inherited-members:
   :special-members: __call__

   
   
   .. rubric:: Methods

   .. autosummary::
   
      ~DataSet.__init__
      ~DataSet.add_auxiliary_info
      ~DataSet.add_cirq_trial_result
      ~DataSet.add_count_arrays
      ~DataSet.add_count_dict
      ~DataSet.add_count_list
      ~DataSet.add_counts_from_dataset
      ~DataSet.add_mongodb_write_ops
      ~DataSet.add_outcome_labels
      ~DataSet.add_raw_series_data
      ~DataSet.add_series_data
      ~DataSet.add_series_from_dataset
      ~DataSet.add_std_nqubit_outcome_labels
      ~DataSet.aggregate_outcomes
      ~DataSet.aggregate_std_nqubit_outcomes
      ~DataSet.auxinfo_dataframe
      ~DataSet.copy
      ~DataSet.copy_nonstatic
      ~DataSet.degrees_of_freedom
      ~DataSet.done_adding_data
      ~DataSet.drop_zero_counts
      ~DataSet.from_mongodb
      ~DataSet.from_mongodb_doc
      ~DataSet.gate_labels
      ~DataSet.items
      ~DataSet.keys
      ~DataSet.load
      ~DataSet.process_circuits
      ~DataSet.process_circuits_inplace
      ~DataSet.process_times
      ~DataSet.read_binary
      ~DataSet.remove
      ~DataSet.remove_from_mongodb
      ~DataSet.remove_me_from_mongodb
      ~DataSet.rename_outcome_labels
      ~DataSet.save
      ~DataSet.split_by_time
      ~DataSet.time_slice
      ~DataSet.to_str
      ~DataSet.truncate
      ~DataSet.update_ol
      ~DataSet.values
      ~DataSet.write_binary
      ~DataSet.write_to_mongodb
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~DataSet.collection_name
      ~DataSet.has_constant_totalcounts
      ~DataSet.has_constant_totalcounts_pertime
      ~DataSet.has_trivial_timedependence
      ~DataSet.meantimestep
      ~DataSet.outcome_labels
      ~DataSet.timestamps
      ~DataSet.totalcounts_pertime
   
   