Class: RubyMaat::Analysis::Identity
- Inherits:
-
BaseAnalysis
- Object
- BaseAnalysis
- RubyMaat::Analysis::Identity
- Defined in:
- lib/ruby_maat/analysis/identity.rb
Overview
Identity analysis - debugging analysis that just returns raw data
Instance Method Summary collapse
Instance Method Details
#analyze(dataset, _options = {}) ⇒ Object
7 8 9 |
# File 'lib/ruby_maat/analysis/identity.rb', line 7 def analyze(dataset, = {}) dataset.to_df end |