Book Image

Clojure Data Analysis Cookbook - Second Edition

By : Eric Richard Rochester
Book Image

Clojure Data Analysis Cookbook - Second Edition

By: Eric Richard Rochester

Overview of this book

Table of Contents (19 chapters)
Clojure Data Analysis Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 1. Importing Data for Analysis

In this chapter, we will cover the following recipes:

  • Creating a new project

  • Reading CSV data into Incanter datasets

  • Reading JSON data into Incanter datasets

  • Reading data from Excel with Incanter

  • Reading data from JDBC databases

  • Reading XML data into Incanter datasets

  • Scraping data from tables in web pages

  • Scraping textual data from web pages

  • Reading RDF data

  • Querying RDF data with SPARQL

  • Aggregating data from different formats