MCPcopy Create free account
hub / github.com/DVampire/FinAgent / cal_guidance

Function cal_guidance

finagent/processor/processor.py:46–49  ·  view source on GitHub ↗
(df)

Source from the content-addressed store, hash-verified

44 return df
45
46def cal_guidance(df):
47 df["title"] = df["title"].fillna("").str.replace("\n", " ").replace("\r", " ").replace("\t", " ")
48 df["text"] = df["text"].fillna("").str.replace("\n", " ").replace("\r", " ").replace("\t", " ")
49 return df
50
51def cal_sentiment(df, columns):
52 for col in columns:

Callers 1

_process_guidanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected