python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Control the name of a CSV output file
I am outputing a dataframe in a single CSV file as follows:
from transforms.api import transform, Input, Output
@transform(
output=Output("/some_path/myoutput_csv"),
my_inp...
Emmanouil Angelakis
Votes: 0
Answers: 0
In Palantir Foundry, how do I debug pyspark (or pandas) UDFs since I can't use print statements?
In Code Workbooks, I can use print statements, which appear in the Output section of the Code Workbook (where errors normally appear). This does not work for UDFs, and it also doesn't work in Code Au...
Andrew Andrade
Votes: 0
Answers: 1
Using PDF2Image in Code Repository on Palantir Foundry
I am trying to use the library pdf2image in a Code Repository on Palantir Foundry and getting the error
pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed an...
FloHab
Votes: 0
Answers: 1
pylint code repository plugin: do not fail CI checks
We would like to gradually improve our code quality in foundry code repositories. As a start we would like to run pylint in every CI run, but do not fail the run, just get a pylint score in the logs.
...
nicornk
Votes: 0
Answers: 0