Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

cargonexx/cnx-devtest-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

  1. Import and convert the data contained in data_DD_MN008.csv to the following target JSON (individual readings):
[
  {
    timestamp: <unix-epoch>,
    direction: <degrees>
  },
  ...
]
  1. Import and convert the data contained in data_DD_MN008.csv to the following target JSON (aggregated per day):
[
  {
    day: <YYYY-MM-DD>,
    direction: <mean of all degrees during the day>
  },
  ...
]

About

simple data conversion development challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published