130 131 132
# File 'lib/charty/table_adapters/pandas_adapter.rb', line 130 def reset_index Charty::Table.new(data.reset_index) end