-
Notifications
You must be signed in to change notification settings - Fork 15
reading #4
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
Comments
These are flagging terms to be included in the index. They LaTeX and can also be used in Jupyter book (see this example here: https://github.com/py-pkgs/py-pkgs/blob/main/py-pkgs/03-how-to-package-a-python.ipynb) |
Progress
Queries
|
Progress:
Basic code has been converted from R to python. The conversion of text specific to R still needs to be converted to python. All the data files required for reading purpose have been pushed to the data folder. Have kept some R code still in the notebook and will take action on it after confirmation. The changes can be found on the
reading
branch of this repository in filereading.md
Issues and doubts regarding the
Reading
chapter:reading.py
not getting updated after building thereading.md
file withjb build reading.md
.\index{loading|see{reading}}\index{reading!definition}
, I think this is something specific to R markdown?happiness_report.csv
data/can_lang-meta-data.csv
read_delim
dection, as it is already covered in the previous section usingsep=\t
, or should I just replace the documentation with - 'Any delimiter can be used withsep=''
'names=
), usingrename
, and usingdf.columns
. which one to be used here? In the python tutorial, I sawnames
being used, but inR
,rename
is being used, so confused, which one to uselazy evaluation
andcollect
, as python can read from Postres simply. should these be deleted from the documentation?fakeserver.stat.ubc.ca
is an alias, the code in the python code-cell would error out, so should the code be in commented form?min
ofaverage_rating
, can it be done in just one code cell? Unlike done in R?The text was updated successfully, but these errors were encountered: