TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abdalla Omran
NA
334
31.7k
How to read CSV file !
May 3 2019 4:02 AM
Hi there
i would like to read the CSV file holding some data about temp for example i would like to read the data actual mean temp, actual min temp and so on but the problem i am faceing that the data is not clear i can not read it well here an Example :
date,actual_mean_temp,actual_min_temp,actual_max_temp,average_min_temp,average_max_temp,record_min_temp,record_max_temp
2014-7-1,76,66,86,66,85,48,97,1885,1970,0.13,0.16,5.09
2014-7-2,71,63,79,66,85,50,99,1904,1970,0.00,0.16,4.50
2014-7-3,67,60,73,66,85,49,100,1968,1911,0.0,0.15,1.89
if i open it as txt its the same problem thus the Question if i can read it like this or spilting with comma ?
for any idea i will be so happy
thanks
Reply
Answers (
6
)
How do i launch Bus Master tool using C# in WPF Application
How to find the Average with No LINQ code !