dspy icon indicating copy to clipboard operation
dspy copied to clipboard

FutureWarning: DataFrame.applymap has been deprecated

Open thomasahle opened this issue 11 months ago • 0 comments

Using pandas==2.1.4 I get the warning

dspy/evaluate/evaluate.py:143: FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
  df = df.applymap(truncate_cell)

each time I use dspy.

thomasahle avatar Feb 29 '24 03:02 thomasahle