Data Writing

Wadau saidieni apa… Am learning Data Science… Kwa project ya Data Writing, ukiwa umepewa CSV files, what exactly is supposed to be done?? Am thinking you supposed to create Excel sheets ama Word documents of the same data… Am I right?? And if I am, is that all that is supposed to be done?? Alafu whats the role of time series??

Maybe create graphs with the data?

What kind of graphics??

Like charts and graphs??

Yes

Okay… Asande

Data writting ama data wrangling? Alafu kama ni csv file lazima ni excel. Unataka kufanya nini?

You have a long way to go. but utafika eventually.

What tool are you using? Assuming it’s Python:: you can use parsing scripts for this using the pandas

[ol]
[li]If you already have the csv files, then you need to read the files by opening it as a text file and with the data extracted decide where you’ll store it or present it graphically.[/li][li]If you have the data already let’s say it’s in a list or dictionary, you can write it to a csv file using that collection[/li][/ol]

Time series analysis. Create graphs with the sheets.