Top "Dummy-data" questions

Placeholder used for operational or testing purposes.

Quickest way to fill SQL Table with Dummy Data

What is the quickest way to fill a SQL table with dummy data? I have a wide table with about 40 …

sql sql-server dummy-data
Automatically generate sql insert statement with dummy data

Possible Duplicate: Quickest way to fill SQL Table with Dummy Data I'm looking for a tool that will generate insert …

sql database insert dummy-data
Generate dummy files in bash

I'd like to generate dummy files in bash. The content doesn't matter, if it was random it would be nice, …

bash dummy-data
Create dummies from column with multiple values in pandas

I am looking for for a pythonic way to handle the following problem. The pandas.get_dummies() method is great …

python pandas dummy-data categorical-data
What is an easy way to stub / dummy a restful web service?

I want to create an android application, this application will make RESTful calls to a web service to obtain some …

android web-services rest stub dummy-data
Adding a Constant Row Result to SQL Query - MS Access

Say I have a table "tblItems": *ID* | *Name* 1 | First Item 2 | Second Item and I want this to be populated in …

sql ms-access dummy-data
scikit learn: how to check coefficients significance

i tried to do a LR with SKLearn for a rather large dataset with ~600 dummy and only few interval variables (…

scikit-learn logistic-regression anova dummy-data
What is an oracle dummy table?

I am now learning Oracle PL*SQL and having some understanding difficulties on dummy table which is called DUAL Table. …

oracle11g dummy-data
Pandas: get_dummies vs categorical

I have a dataset which has a few columns with categorical data. I've been using the Categorical function to replace …

python pandas categorical-data dummy-data
How to insert Huge dummy data to Sql server

Currently development team is done their application, and as a tester needs to insert 1000000 records into the 20 tables, for performance …

c# sql-server dummy-data