Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mathematica Data Analysis

You're reading from   Mathematica Data Analysis Learn and explore the fundamentals of data analysis with power of Mathematica

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher
ISBN-13 9781785884931
Length 164 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Sergiy Suchok Sergiy Suchok
Author Profile Icon Sergiy Suchok
Sergiy Suchok
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. First Steps in Data Analysis FREE CHAPTER 2. Broad Capabilities for Data Import 3. Creating an Interface for an External Program 4. Analyzing Data with the Help of Mathematica 5. Discovering the Advanced Capabilities of Time Series 6. Statistical Hypothesis Testing in Two Clicks 7. Predicting the Dataset Behavior 8. Rock-Paper-Scissors – Intelligent Processing of Datasets Index

Importing data in Mathematica


In order to import data into Mathematica, the Import function is used. Let's see how this feature is used in practice.

If you need to simply import the file, you can do it as follows:

Import["file_name"]

However, in practice, it is much more useful to use additional parameters of this function. Let's consider the following example.

Let's suppose we need to import the data on unemployment. We will take the information from the http://unstats.un.org/unsd/mbs/app/DataSearchTable.aspx page in the Topic list, select EMPLOYMENT, UNEMPLOYMENT AND EARNINGS and in the Table list select 11 Unemployment. Then, select all the countries with the Shift button. After that download data by clicking on the Get data button and then clicking on the Download in CSV button, and save it into the C:\MathData\Unemployment.csv file.

In order to import data, let's select the Import function:

Note

Note that in Mathematica, \ is a special character. This is why in order to specify the path correctly...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image