MCPcopy Index your code
hub / github.com/feast-dev/feast / analyze_dataset

Method analyze_dataset

sdk/python/feast/dqm/profilers/profiler.py:27–32  ·  view source on GitHub ↗

Generate Profile object with dataset's characteristics (with rules / expectations) from given dataset (as pandas dataframe).

(self, dataset: pd.DataFrame)

Source from the content-addressed store, hash-verified

25class Profiler:
26 @abc.abstractmethod
27 def analyze_dataset(self, dataset: pd.DataFrame) -> Profile:
28 """
29 Generate Profile object with dataset's characteristics (with rules / expectations)
30 from given dataset (as pandas dataframe).
31 """
32 ...
33
34 @abc.abstractmethod
35 def to_proto(self): ...

Callers 2

get_profileMethod · 0.45
profileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected