Tabular Data

I starting working on tabular data in APL today and wanted to share my work.

I decided to start simple with a moving average (though it definitely did not feel simple as I was developing it!). I posted my work online - here’s the link to what I have so far!.

So far this post covers:

  • Reading CSV into APL
  • Filtering an Array
  • Calculating a moving average
  • Simple plot of raw and moving average on graph

I hope to expand and improve on this over time :slight_smile:

5 Likes