FPDF is a library that allows to convert a pandas dataframe to nicely formatted pdf reports. Is there a feature in foundry code repo or code workbook to write pdf files into foundry from a spark or pandas dataframe ?
i have a requirement to create a nicely formatted pdf report from a foundry dataset filtered to few rows.
with the help of user https://stackoverflow.com/users/4922673/jackfischer i was able to get the requirement working, However the code overwrites the existing the file, how to incrementally update the datasets with new files everytime the code is ran. I am using Code Workbook templating feature to pass parameter to the logic and everytime a new parameter is passed, how can the logic create new file
example :
- samplefile.txt
- samplefile2.txt