79608182

Date: 2025-05-06 07:28:12
Score: 1
Natty:
Report link

The @transform syntax is only valid in Code Repository, when writing Python transforms. https://www.palantir.com/docs/foundry/code-repositories/create-transforms

You can read/write datasets in Code workspace (Jupyter CodeNotebook flavor) with another syntax See https://www.palantir.com/docs/foundry/code-workspaces/data/#tabular-datasets

from foundry.transforms import Dataset

kittens = Dataset.get("kittens")\
  .read_table(format="arrow")\
  .to_pandas()
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: ZettaP