Jump to content

ricardo chapingo

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. ricardo chapingo

    How to get a pandas dataframe in delphi

    Hello: i'm working with fuzzy match, my python code ends with a pandas data frame, the question is how can i to pass the data from the pandas dataframe to a delphi array? i have tried with this: for var V in VarPyIterate(MainModule.resultado) do begin ListBox1.Items.Add(V); (only get the dataframe headers) end;
×