Top "Sample-data" questions

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

Sample database for exercise

I would like to play with a larger database to test my knowledge on SQL. Is there a huge .sql …

sql test-data sample-data
where to get csv sample data?

As part of my development I need to process some .csv files. For what it matters I am writing a …

validation sample-data
Sample datasets in Pandas

When using R it's handy to load "practice" datasets using data(iris) or data(mtcars) Is there something similar for …

python pandas dataset sample-data
Sample database for PostgreSQL

I am looking for a sample database (schema+data) for PostgreSQL 9. Is there a repository somewhere for sample databases?

database postgresql sample-data
Magento2 : how to reinstall magento setup?

I am installing magento2 with sample-data. all requirement is completed and the Magento installation process starts but stops after some …

magento2 sample-data magento-installation
need sample data for e-commerce class project

In my CS course project this fall, we have to build a little eCommerce app (like Amazon, eBay, etc). We …

dataset e-commerce sample-data
Where can I get sample JSON data to use in MongoDB

What are some sources for sample data (preferably sanitized json)? The intended use is to import into MongoDB for evaluating …

json mongodb sample-data
Sample Employee SQL Server database with data

Hi I need some sample SQL Server Employee database with data such as id, surname, name, age, adress etc. It …

sql-server sample-data
Sample of data within groups - Teradata

Found a similar question but without an answer that worked succuessfully. I need to select a sample of 50 of each …

sql teradata sample-data
How to set parameters in WEKA to balance data with SMOTE filter?

I'm using SMOTE filter in WEKA to balance data. I have doubts about the two parameters nearestNeighbors and percentage. nearestNeighbors …

data-mining weka sample-data