-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Portuguese tutorials #31
Conversation
Not that there is a call to |
@miguelraz done in storopoli/Julia-DataFrames-Tutorial@199b9ae8a92a21654090bcb906f34e2964c3ebc0. |
I am leaving joins as joins since in Portuguese we generally use the english version of the word and we rarely use the exact Portuguese translation that would be "juntar". We say "Então damos um join" which means "So we join". |
Ok @miguelraz and @bkamins the translation is done. It is ready to revision and then, afterwards, ready to be converted to Pluto by @miguelraz. |
FWIW, join is also used in Spanish, and I mostly left those untouched (but clarifying the meaning first) |
@miguelraz: please let me know when this is good to merge |
Hi @bkamins, @storopoli, and @miguelraz I read this translation and I have nothing to add. Amazing work @storopoli !! |
As mentioned in the other thread, I produced the .jl files from a stale vwrsion of the repo. I'm uploading more corrections tomorrow - this is NOT ready to merge until then. |
Thank you @ronisbr! @miguelraz if it needs any sort of revision let me know (if you found any in the Spanish I will replicate it in the Portuguese) |
To avoid blocking users I have updated the Jupyter Notebooks to 1.1.1 release of DataFrames.jl. Fortunately the changes are minor:
|
Since the portuguese translation followed the spanish ones from @miguelraz I will wait for his updates and see the diffs and do the updates on the portuguese version. Does that sound OK to you guys? |
This is what I assumed, but I wanted to let you know about the changes. |
This is a Work in progress. Please do not merge!
README.md
01_constructors.jl
02_basicinfo.jl
03_missingvalues.jl
04_loadsave.jl
05_columns.jl
06_rows.jl
07_factors.jl
08_joins.jl
09_reshaping.jl
10_transforms.jl
11_performance.jl
12_pitfalls.jl
13_extras.jl
The
.ipynb
conversion to Literate.jl
was done by @miguelraz in #30.