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

Method _parse

pandas/io/json/_json.py:1202–1203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1200 return obj
1201
1202 def _parse(self) -> DataFrame | Series:
1203 raise AbstractMethodError(self)
1204
1205 @final
1206 def _convert_axes(self, obj: DataFrame | Series) -> DataFrame | Series:

Callers 1

parseMethod · 0.95

Calls 1

AbstractMethodErrorClass · 0.90

Tested by

no test coverage detected