Oleksandr Zaitsev
Oleksandr Zaitsev
Same comment: https://github.com/pharo-tips-and-tricks/pharo-tips-and-tricks/issues/30#issuecomment-450101632 Pharo object model is already covered in the books
[PBE1](https://files.pharo.org/books-pdfs/updated-pharo-by-example/2017-01-14-UpdatedPharoByExample.pdf) chapter 6.4. Instance structure and behavior, sections Instance variables (p. 87), Class instance variables (p. 90), chapter 6.9. Shared variables, section Class variables (p. 107)
Thanks for your issue, @claytron5000 I am working on a page about setting up a new project: https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/SettingUpANewProject.md
I think that Pharo Wiki should not cover general topics that are already covered in books. For example, Pharo by Example (https://files.pharo.org/books-pdfs/updated-pharo-by-example/2017-01-14-UpdatedPharoByExample.pdf) gives a really good introduction to Playground, Transcript,...
And the purpose of the page of Setting up a new project is not to introduce a beginner to Pharo, but to describe a good workflow for creating / testing...
I'm working on it
> Just a note: this new package is not present in the baseline so it will be present in DataFrame without been loaded. Is that what you want? > >...
This was already resolved by @Joshua-Dias-Barreto He added methods `toMarkdown` and `toHtml` @jecisc I think we can close this issue. Do you agree?
We need to write a test for this
This method should be moved to https://github.com/pharo-ai/data-preprocessing and removed from this repository