bkamins / Julia-DataFrames-Tutorial

A tutorial on Julia DataFrames package
MIT License
531 stars 119 forks source link

[WIP] Portuguese tutorials #31

Closed storopoli closed 2 years ago

storopoli commented 3 years ago

This is a Work in progress. Please do not merge!

The .ipynb conversion to Literate .jl was done by @miguelraz in #30.

miguelraz commented 3 years ago

Not that there is a call to activate the environment that requires to also copy a .toml file from the repo. I missed that before you forked it

storopoli commented 3 years ago

@miguelraz done in storopoli/Julia-DataFrames-Tutorial@199b9ae8a92a21654090bcb906f34e2964c3ebc0.

storopoli commented 3 years ago

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".

storopoli commented 3 years ago

Ok @miguelraz and @bkamins the translation is done. It is ready to revision and then, afterwards, ready to be converted to Pluto by @miguelraz.

miguelraz commented 3 years ago

FWIW, join is also used in Spanish, and I mostly left those untouched (but clarifying the meaning first)

bkamins commented 3 years ago

@miguelraz: please let me know when this is good to merge

ronisbr commented 3 years ago

Hi @bkamins, @storopoli, and @miguelraz

I read this translation and I have nothing to add. Amazing work @storopoli !!

miguelraz commented 3 years ago

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.

storopoli commented 3 years ago

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)

bkamins commented 3 years ago

To avoid blocking users I have updated the Jupyter Notebooks to 1.1.1 release of DataFrames.jl. Fortunately the changes are minor:

storopoli commented 3 years ago

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?

bkamins commented 3 years ago

This is what I assumed, but I wanted to let you know about the changes.