KernelPro Software Logo
KernelPro
KernelPro.com >> Download

Juq470 //free\\

from juq470 import pipeline, read_csv

(pipeline() .source(read_csv("visits.csv")) .pipe(enrich) .filter(lambda r: r["country"] == "US") .sink(write_jsonl("us_visits.jsonl")) ).run() juq470 provides a catch operator to isolate faulty rows without stopping the whole pipeline: juq470

def safe_int(val): return int(val)

from juq470 import pipeline, read_csv

(pipeline() .source(read_csv("visits.csv")) .pipe(enrich) .filter(lambda r: r["country"] == "US") .sink(write_jsonl("us_visits.jsonl")) ).run() juq470 provides a catch operator to isolate faulty rows without stopping the whole pipeline:

def safe_int(val): return int(val)

 

Products | Download | Purchase | Support | Company | Contacts

Copyright © 2009-2020 KernelPro Software (owned by SimplyCore LLC).

Terms of Use and Privacy

Other sites: Virtual Serial Port, Network Serial Port, USB over Ethernet

Home Contact