-
Using the Dataiku DSS Python API for Interfacing with SQL Databases - Watch on Demand
In most companies, SQL databases are a primary source of data for data science projects. The seamless access to a broad range of SQL databases is a key feature of Dataiku DSS. DSS builds on this capability by providing a Python API for interfacing with SQL tables. This functionality is a boon for Data Scientists who use…
-
My dataset gets wiped (seemingly) periodically
Hello, I've been working with Dataiku for a few months, learning all about it. I created a flow to forecast upcoming values, from historical data. The method I used to import this historical data into Dataiku was: I created a Google BigQuery dataset → I put the SQL query in it → Loaded all the data → Synced it into another…
-
data analysis
I am in the data collection and analysis phase of my project. I am not sure which data tools and analyses are recommended for my data. Can anyone have the expertise to provide hisher feedback? If yes, i will provide further details
-
How to Analyze Entire Datasets in Dataiku Instead of Samples
I’m working in Dataiku to create a usable dataset by combining internal data with public data. Currently, each dataset is loaded with only a sample of about 10,000 rows, and I used Visual Recipes to build the final dataset. However, it seems that the final output was also generated based only on the sample data. How can I…
-
Error while computing large number
I've got an error while computing a large number (ie somtehing like 10^18). The formula "MJ*1000000" retruns negative value in column "J" for some rows and the correct value for others… Does someone as an explanation and a solution ? Thanks very much in advance
-
where to find confusion matrix, ROC, Accuracy and other in standalone evaluation recipe results
Operating system used: windows
-
How to calculate percentiles of a column suppose amount starting from P1 to P100 by Segment
How to calculate percentiles of tran_amt starting from P1 to P100 by Segment Operating system used: Windows
-
Public WebApp setup
Hello, I am following the documentation in order to make a webapp Public without any need of authentication. I have two questions: * After going to settings and use the PROJECTKEY, which extension should I use from these two : "webappid" or "webAppId" ? * When the project key has been added, documentation says to use the…
-
Dynamic input from entry in SharePoint list
I have a project that inputs minimal items from a SharePoint list. It contains entries with a title, an effective date, and the URL of a consistently formatted Excel spreadsheet on the same SharePoint site. I'd like to use the URL to pull in the spreadsheet with the rest of the information needed for the project. Is this…
-
Is learning Dataiku a competitive advantage for aspiring data analysts/data scientist ?
I’m Mugesh — an aspiring Data Analyst currently exploring Dataiku. I recently discovered this tool and I must say, its infrastructure and user flow are quite fascinating. As someone working hard to break into the industry, I’m curious to know: Will gaining expertise in Dataiku give me a competitive edge in landing a data…
-
UPSERT Sample or statement
Hi, I'm new in Dataiku, I hv 1 new project to perform in dataiku which need to do upsert for existing table or dataset. May I know how can I perform the insert/update statment in SQL? Especially on input value from dataset? Let say I have abc dataset with 10 column data, but need to insert/update only 5 from 10 column? How…