Questions tagged [sample-data]

Sample data is a term used for publicly available sets of data in a variety of formats.

Sample data is used to get an application started quickly with data for demo purposes or to load test an application or database platform. The data held within may accurately represent a data set, such as a list of countries or be completely manufactured.

The idea is that is it not used as a basis of a good data sample, but merely useful as 'data'.

Examples include (but not limited to) CSV, Database Backups, Excel or plain text files. The OP would usually specify the format that they require in their question.

151 questions
0
votes
1 answer

how to make a sample for a grouped dataframe in pandas

my question is to make a sample for a grouped dataframe in pandas. I just grouped a dataset using pd.groupby, and the grouped dataset is like this, each bikeid has several trips: bikeid tripid A B C 0 1 a1 b1 …
0
votes
0 answers

WPF Display Design Data instead of a DataTable returned by method

I need help in displaying sample data. Currently I have a DataTable that is provided as input in the window constructor. My setup is the following: The window class public partial class Project_Status_Window : Window { //Required for the…
msmechanized
  • 436
  • 4
  • 19
0
votes
1 answer

Sample/Dummy Data Generation in Rails 3

Is there a standard gem for creating data for testing purposes for Rails 3? I am interested in using Faker or Forgery but is there a better approach? What is the best way to generate and use sample data?
amaseuk
  • 2,147
  • 4
  • 24
  • 43
0
votes
1 answer

Nested for loop - mark-recapture

Thanks for taking the time to read this. The code below creates a graph that takes 100 samples that are between 5% and 15% of the population (400). What I'd like to do, however, is add two other sections to the graph. It would look something like…
0
votes
1 answer

What is the best way to sample periodicaly gpio-pins in Linux?

I like to sample a signal which is generated by the pins of my Raspberry Pi. I made the experience that high sample rates are difficult to realize. First I done a fast approach with Python(super slow). Then I changed to ANSI C + the bcm2835.h lib. I…
Stefan Jaritz
  • 1,999
  • 7
  • 36
  • 60
0
votes
2 answers

How to work on small portion of big Data File in spark?

I have got big Data file loaded in Spark but wish to work on a small portion of it to run the analysis, is there any way to do that ?. I tried doing repartition but it brings a lot of reshuffling. Is there any good of way of processing the only…
jack
  • 349
  • 4
  • 11
0
votes
1 answer

Can anyone share a .bak file of TFS complete collection, TFS 2012 sample with a lot of data

Can anyone share a .bak file of TFS complete collection to test and see the options of burn down and iteration velocity, but don't have enough data on one day. I have downloaded the FabrkPrice.bak but it was for TFS 2013 and I have to update TFS, I…
0
votes
4 answers

Test data generators / quickest route to generating solid, non-repetitive, but not-real database sample data?

I need to build a quick feasibility test / proof-of-concept of a remote database for a client, that will be populated with mostly-typical Company and People data (names, addresses, etc); 150K records or so. The sample databases mentioned here were…
Jamo
  • 3,238
  • 6
  • 40
  • 66
0
votes
1 answer

How to make a Python program faster by parallel computing?

I want to to take samples from a population and then doing some operation on the samples. I want to program this in Python. Do I have to use multiprocessing, multithreading or something like map-reduce? And how can I test if it is really faster? On…
0
votes
1 answer

Sample Data Compilation Error

So I have been struggling with this for a while and figured I would post here in case anyone else has a similar challenge. When creating Sample Data from a class in Expression Blend, the XAML generated will contain values for properties in your…
0
votes
1 answer

IBM Presence Insights sample store environment for demo purpose

How can I get access to the sample store environment mentioned in the VT cycling demo video? We are planning for an internal demo in the company and looking forward to show some analytics data captured by Presence Insights platform. Please share the…
mobworks
  • 39
  • 5
0
votes
1 answer

Creating random overlapping groups

I'm trying to populate a database with sample data, and I'm hoping there's an algorithm out there that can speed up this process. I have a database of sample people and I need to create a sample network of friend pairings. For example person 1…
Sam
  • 1,233
  • 1
  • 9
  • 16
0
votes
1 answer

How do I use Sketchflow sample data for a ListBoxItem Template at design time?

I am using Expression Blend 4 and Visual Studio 2010 to create a Sketchflow prototype. I have a Sample Data collection and a ListBox that is bound to it. This displays as I would expect both at design time and at run time. However, the ListBoxItem…
0
votes
1 answer

Randomly Populating Foreign Key In Sample Data Set

I'm generating test data for a new database, and I'm having trouble populating one of the foreign key fields. I need to create a relatively large number (1000) of entries in a table (SurveyResponses) that has a foreign key to a table with only 6…
pnewhook
  • 4,048
  • 2
  • 31
  • 49
0
votes
1 answer

Convert SQL file to XML to upload sample data in wordpress

I have downloaded my SQL file for my wordpress blog. I need to package it as .xml formart so that the new user of the blog can simply upload the sample content via admin > tool > section. I don't want him/her to import the SQL file. It's easier to…
JMWalker
  • 95
  • 1
  • 3
  • 14