João D. Ferreira

Results 5 issues of João D. Ferreira

How willing are you to let me reuse your JSON file for a package I will create? I've been looking for a PHP package that can do this, and I...

I'm not sure what the correct forum is to ask for help; if you think this is not the place, please direct me towards a better alternative. I'm starting to...

Could the code be changed so that if no filename is specified (including not specifying "-"), `csvtool` reads from standard input? My expectation was that this would work like the...

I'm not sure anyone is monitoring this project anymore, but would be interested in taking some of the code and do my own LiveScribe program. Does anyone know how the...

### Summary With this file: ```py from pyspark.sql import DataFrame from pyspark.sql import functions as F def fn(df: DataFrame) -> DataFrame: return df.withColumn("foo", F.col("bar").isNull()) ``` Checking results in 1 found...