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

Method write

pandas/io/parquet.py:155–156  ·  view source on GitHub ↗
(self, df: DataFrame, path, compression, **kwargs)

Source from the content-addressed store, hash-verified

153 raise ValueError("to_parquet only supports IO with DataFrames")
154
155 def write(self, df: DataFrame, path, compression, **kwargs) -> None:
156 raise AbstractMethodError(self)
157
158 def read(self, path, columns=None, **kwargs) -> DataFrame:
159 raise AbstractMethodError(self)

Callers 2

writeMethod · 0.45
to_parquetFunction · 0.45

Calls 1

AbstractMethodErrorClass · 0.90

Tested by

no test coverage detected