Import numbers and dates
- To: mathgroup at smc.vnet.net
- Subject: [mg30558] Import numbers and dates
- From: "Martin Richter" <mrMICE.fi at cbs.dk>
- Date: Wed, 29 Aug 2001 01:40:03 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi I want to import some data which consists 3862 lines, each lines looks like this: 07-01-85 101.101897 07-01-85 101.101897 So 1. and 3. rows are dates and should be read that way and 2. and 4. rows are real numbers. I have tried something like this: data = Import["file.txt", "Table", DateStyle -> European]; Indeed this is easy in Excel but I would like to use Mathematica 4.1. (I properly getting environmental damage :-) TIA Martin --------------------------------------- Please remove PET to reply by email
- Follow-Ups:
- Re: Import numbers and dates
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Import numbers and dates