nwfsc-fram / OceanTS

Oceanographic data processing in Typescript using NodeJS and Apache Arrow
0 stars 3 forks source link

Add haul info columns to arrow table #9

Closed ghost closed 5 years ago

ghost commented 5 years ago

columns include:

ghost commented 5 years ago

everything is being added to the arrow table, but the format() method on the dateTime is not formatting properly but instead returning the date/times as invalid, working to correct that now.

ghost commented 5 years ago

It was because I was using the DateVector.from data type within arrow as opposed to the Utf8Vector.from method.