ebran
Results
3
issues of
ebran
Airline on-time performance https://packages.revolutionanalytics.com/datasets/AirOnTime87to12/ - [ ] CSV parsing - [ ] Graph building - [ ] Data analysis
documentation
When navigating paths, allow for filtering nodes/edges on properties. One suggestion for how this may work: ```nim var pc = g .navigate("Person", nodeFilter={"name": "Alice"}) .step("KNOWS", "Person", relFilter={"since": 2012}, nodeFilter={"name": "Bob"})...
enhancement