Open miguelraz opened 3 years ago
This is very nice. I understand that this is still WIP (but having checked this it could just be merged - right?, as in the PR you just provide the .jl files that would reproduce what we have now - right?)
I will fork miguelraz:spanish-tutorials
as storopoli:portuguese-tutorials
and start from the commit a200be1
(add literate jl files) and work out the portuguese translation. Since I am working at the University during the week I will do it during this week. So I'll probably have it done by Wednesday. Thank you!
PHEW! All done! I will ping some spanish speaking friends to look over it.
@miguelraz: please let me know when this is good to merge
I have to fix some errors on the main source files:
There's some missing exports like randstring -> Random.randstring
in 01_constructors
and DataFrame(rand(3))
breaking Tables.jl AbstractRow
interface.
OK. Thank you!
Also there is some funky stuff with srand
(at least in my Julia 1.6.0)
Where is srand
used? There is no such function AFAICT.
Yup, it's my bad @storopoli - I forked the master on github but had a stale repo locally which I made the notebooks from. I'm changing the src/*.jl
files now to update them manually.
@miguelraz - I am back to this PR. Is it ready to merge or there are still some issues to resolve. I recall that there was some problem with handling of lines of code that produced an error - how do we stand with this?
Still issues. I'll get to it today and ping you.
Sure - no rush. I am porting other tutorials to DataFrames.jl 1.1, so I have my pipeline filled with work :).
To avoid blocking users I have updated the Jupyter Notebooks to 1.1.1 release of DataFrames.jl. Fortunately the changes are minor:
subset
get
to unwrap
This PR is a WIP with at least 2 goals:
Rationale:
ipynyb
->.jl
Literate.jl converter, I already have the files that Literate.jl would use to produce the current.ipynb
notebooks. It seems silly to use them for Spanish and not make them available to the rest of the tutorials (as a Portuguese translation was also suggested, this will reduce shared work.)