You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, I load my csv as df. df.FilterRowsBy<string, string, Decimal>("TCGA-DD-AACD-01", 0).Print();
It only prints the columnkeys, no rows at all. testdata.xlsx
I don't know why it doesn't work.
Firstly, I load my csv as df.
df.FilterRowsBy<string, string, Decimal>("TCGA-DD-AACD-01", 0).Print();It only prints the columnkeys, no rows at all.
testdata.xlsx