Chapter 12. Exporting and Presenting

In this chapter, will cover how to export results and nicely present them through the following recipes:

  • Exporting data to a CSV file
  • Exporting data as JSON
  • Using SQLite to store data
  • Saving data to a MongoDB database
  • Presenting results in an HTML web page
  • Creating a LaTeX table to display results
  • Personalizing messages using a text template
  • Exporting matrix values to a file

Introduction

Introduction

After gathering, cleaning, representing, and analyzing, the last important step in data analysis is to export and present the data in a usable format. The recipes in this chapter will cover how to save a data structure on disk for later ...

Get Haskell Data Analysis Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.