Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
master, 6.14/04
-
None
-
None
-
None
-
any
Description
Given a CSV file of this form:
fstring
|
"one"
|
"line"
|
a reproducer for the incorrect behaviour is the following (both {{Count}}s should be 2):
root [0] auto rdf = ROOT::RDF::MakeCsvDataFrame("test.csv")
|
root [1] *rdf.Count()
|
(unsigned long long) 2
|
root [2] *rdf.Count()
|
(unsigned long long) 0
|
Attachments
Issue Links
- blocks
-
ROOT-9476 [DF] Upgrade of Data Frame for 6.16
-
- Closed
-