Database Reference
In-Depth Information
1
Importing Data for
Analysis
In this chapter, we will cover the following recipes:
F Creating a new project
F Reading CSV data into Incanter datasets
F Reading JSON data into Incanter datasets
F Reading data from Excel with Incanter
F Reading data from JDBC databases
F Reading XML data into Incanter datasets
F Scraping data from tables in web pages
F Scraping textual data from web pages
F Reading RDF data
F Querying RDF data with SPARQL
F Aggregating data from different formats
Introduction
There's not much data analysis that can be done without data, so the irst step in any project
is to evaluate the data we have and the data that we need. Once we have some idea of what
we'll need, we have to igure out how to get it.
Search WWH ::




Custom Search