Book Image

Haskell Data Analysis Cookbook

By : Nishant Shukla
Book Image

Haskell Data Analysis Cookbook

By: Nishant Shukla

Overview of this book

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

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