-
Re: How do Preserve chienese text format during CSV to dataiku load?
When you upload a CSV file, which is what I am assuming you are doing as you are not saying how you are loading this dataset, you can click on configure format and then on "Show advanced options…1 · -
Re: How to append dataframe in existing output dataset
https://community.dataiku.com/discussion/comment/45285#Comment_45285 Yes, the solution is to use a connection type that supports writing in append mode. Failing that you could use a circular recipe (…1 · -
Re: Combining data sources from Blob Storage
While it's easy to dump the data in cloud storage like that it's very hard to retrieve and to perform any data retrieval when you have millions of files. So you really should move away from…1 · -
Re: Beginner Help: Deploying an API Service with Pickle Model from Jupyter Notebook in Dataiku
An API service running in the API node and doesn't have a project context. In fact the API node doesn't even have access to the project data. I am guessing that you are only testing your AP…1 · -
Re: [Samsung Fire & Marine] Need to improve the performance of Join and Group recipes
You are comparing apples to oranges and giving no context. SAS is an in-memory tool that's why it can perform joins fast assumning the data can be loaded into memory. But like all in-memory tool…1 ·