Searched defs:is_column (Results 1 – 3 of 3) sorted by relevance
42 def is_column(cls, data): member in PandasWrapper106 def is_column(data): function
140 pub(crate) fn is_column(self) -> bool { in is_column() method
124 is_column: bool, field420 let is_column = dir.is_column(); in compute_constants() localVariable