On 25 November 2017 at 14:18, Sean P. DeNigris <s...@clipperadams.com> wrote:
> Alistair Grant wrote
>> An updated version is available including:
>
> Great, thanks! #exampleEvalutionOfJavaScript and #exampleNavigation both
> work now. Also, the finance.yahoo.com example from this thread worked until
> missing class DataFrame. IIUC you said this was from a different project,
> but I didn't see it in the Pharo Catalog. How would I load it and what is
> the project about? Thanks!

The Pharo-Chrome readme includes code for loading DataFrame:

Metacello new
  baseline: 'DataFrame';
  repository: 'github://PolyMathOrg/DataFrame';
  load.


If you are familiar with python pandas, it is a similar package for
Pharo.  See also:

https://github.com/PolyMathOrg/DataFrame


Cheers,
Alistair

Reply via email to