Table of Contents
Tools & Training: Data Organization
Recommended Reading: Data Organization
Tools & Training: Data Analysis
Recommended Reading: Data Analysis
Tools & Training: Data Sharing and Archiving
Recommended Reading:Data Sharing and Archiving
Data Quality and Documentation
Tools & Training: Data Quality and Documentation
Recommended Reading: Data Quality and Documentation
Tools & Training: Data Management Planning
Recommended Reading: Data Management Planning
Books on Analysis
You find more books on statistical analysis and data visualization using subject headings like the following in the library catalog:
R (Computer program language); MATLAB; JMP (Computer File); Spss (Computer Program); Stata, etc.
Ecology Data processing; Ecology Statistical methods
- Definitive Guide to SQLite byISBN: 9781430232261Publication Date: 2010-01-01
- Using SQLite byISBN: 9780596521189Publication Date: 2010-08-27Application developers, take note: databases aren't just for the IS group any more. You can build database-backed applications for the desktop, Web, embedded systems, or operating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This book shows you how to use SQLite, a small and lightweight relational database engine that you can build directly into your application. With SQLite, you'll discover how to develop a database-backed application that remains manageable in size and complexity. This book guides you every step of the way. You'll get a crash course in data modeling, become familiar with SQLite's dialect of the SQL database language, and much more. Learn how to maintain localized storage in a single file that requires no configuration Build your own SQLite library or use a precompiled distribution in your application Get a primer on SQL, and learn how to use several language functions and extensions Work with SQLite using a scripting language or a C-based language such as C# or Objective-C Understand the basics of database design, and learn how to transfer what you already know to SQLite Take advantage of virtual tables and modules "Complex SQL concepts explained clearly." --D. Richard Hipp, creator of SQLite
- R for Data Science"This book will teach you how to do data science with R: You’ll learn how to get your data into R, get it into the most useful structure, transform it, visualise it and model it. In this book, you will find a practicum of skills for data science."
Relational Databases
- Software Carpentry: Relational databasesIncludes a section on when to use Relational Databases
Books on Visualization
You find more books on data visualization using subject headings like the following in the library catalog:
Statistics Charts, diagrams; Statistics Graphic methods; Graphical modeling (Statistics)
Visual communication in science; Information visualization; Science Graphic methods
- Ggplot2 byISBN: 9780387981413Describes ggplot2, a data visualization package for R that uses the insights from Leland Wilkison's "Grammar of Graphics" to create a powerful and flexible system for creating data graphics. This book is suitable for those who have struggled with displaying their data in an informative and attractive way.