MCPcopy
hub / github.com/pandas-dev/pandas / size

Method size

pandas/core/interchange/column.py:106–110  ·  view source on GitHub ↗

Size of the column, in elements.

(self)

Source from the content-addressed store, hash-verified

104 self._allow_copy = allow_copy
105
106 def size(self) -> int:
107 """
108 Size of the column, in elements.
109 """
110 return self._col.size
111
112 @property
113 def offset(self) -> int:

Callers 5

string_column_to_ndarrayFunction · 0.45
set_nullsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected