archetypal.tabulardata.TabularData.filter_tabular_data

TabularData.filter_tabular_data(archetype=None, tabulardataindex=None, value=None, reportname=None, reportforstring=None, tablename=None, rowname=None, columnname=None, units=None, inplace=False)[source]

filter RaportData using specific keywords. Each keywords can be a tuple of strings (str1, str2, str3) which will return the logical_or on the specific column.

Parameters
  • archetype (str or tuple) –

  • tabulardataindex

  • value (str or tuple) –

  • reportname

  • reportforstring

  • tablename

  • rowname

  • columnname

  • units (str or tuple) –

  • inplace (str or tuple) –

Returns

pandas.DataFrame