Skip to content
Oleksandr Zaytsev edited this page Jan 4, 2018 · 4 revisions

What is DataFrame?

The DataFrame project introduces two collections for working with tabular data structures in Pharo:

  • DataFrame - a two-dimensional collection
  • DataSeries - a one-dimensional array-like collection

Tutorial

  1. Installation
  2. Creating DataSeries
Clone this wiki locally