\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Niki (worlddoit)} \pdfinfo{ /Title (python-vs-r-1.pdf) /Creator (Cheatography) /Author (Niki (worlddoit)) /Subject (python vs r 1 Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{D53BED} \definecolor{LightBackground}{HTML}{F9E6FC} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{python vs r 1 Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Niki (worlddoit)} via \textcolor{DarkBackground}{\uline{cheatography.com/170195/cs/35896/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Niki (worlddoit) \\ \uline{cheatography.com/worlddoit} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 6th December, 2022.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Intro}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{R}} statistical analysis, statistical support \newline % Row Count 1 (+ 1) {\bf{Python}} general data science. \newline % Row Count 2 (+ 1) \{\{fa-bolt\}\}R \textgreater{} functional, Python \textgreater{} object-oriented. \newline % Row Count 4 (+ 2) \{\{fa-bolt\}\}R \textgreater{} data analysis functionality built-in, Python relies on packages. \newline % Row Count 6 (+ 2) \{\{fa-bolt\}\}Python \textgreater{} non-statistical tasks. \newline % Row Count 7 (+ 1) \{\{fa-bolt\}\}Both can handle huge size of database. \newline % Row Count 8 (+ 1) \{\{fa-bolt\}\}Python is faster, better for deep learning. \newline % Row Count 10 (+ 2) \{\{fa-bolt\}\}R is better for data visualization. \newline % Row Count 11 (+ 1) Resources: \newline % Row Count 12 (+ 1) \{\{link="https://www.dataquest.io/blog/python-vs-r/"\}\}main, \{\{/link\}\}\{\{link="https://www.guru99.com/r-vs-python.html\#:\textasciitilde{}:text=their\%20respective\%20catalog.-,R\%20is\%20mainly\%20used\%20for\%20statistical\%20analysis\%20while\%20Python\%20provides,of\%20course\%2C\%20the\%20ideal\%20solution."\}\}definition, \{\{/link\}\}\{\{link="https://www.educba.com/r-vs-python/"\}\}comparison\{\{/link\}\}% Row Count 20 (+ 8) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{(*Additional)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{R plot}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/worlddoit_1670357162_ экрана 2022-12-06 в 21.05.00.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{(*Additional)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Python Plot}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/worlddoit_1670357220_ экрана 2022-12-06 в 21.05.11.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{(*Additional)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{1}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{R}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Importing a CSV, Data Look}} \newline library(readr)\{\{noshy\}\} \newline nba \textless{}- read\_csv("nba\_2013.csv")\{\{noshy\}\} \newline \newline dim(nba)\{\{noshy\}\} \newline \newline head(nba, 1)\{\{noshy\}\} \newline \newline {\bf{Averages for Each Statistic}} \newline library(purrr)\{\{noshy\}\} \newline library(dplyr)\{\{noshy\}\} \newline nba \%\textgreater{}\%\{\{noshy\}\} \newline select\_if(is.numeric) \%\textgreater{}\%\{\{noshy\}\} \newline map\_dbl(mean, na.rm = TRUE)\{\{noshy\}\} \newline \newline {\bf{Scatterplots (see below results)}} \newline library(GGally)\{\{noshy\}\} \newline nba \%\textgreater{}\%\{\{noshy\}\} \newline select(ast, fg, trb) \%\textgreater{}\%\{\{noshy\}\} \newline gpairs()\{\{noshy\}\} \newline \newline {\bf{Data into Training and Testing Sets}} \newline trainRowCount \textless{}- floor(0.8 * nrow(nba))\{\{noshy\}\} \newline set.seed(1)\{\{noshy\}\} \newline trainIndex \textless{}- sample(1:nrow(nba), \{\{noshy\}\} \newline +trainRowCount)\{\{noshy\}\} \newline train \textless{}- nba{[}trainIndex,{]}\{\{noshy\}\} \newline test \textless{}- nba{[}-trainIndex,{]}\{\{noshy\}\} \newline \newline {\bf{Univariate Linear Regression}} \newline fit \textless{}- lm(ast \textasciitilde{} fg, data=train)\{\{noshy\}\} \newline predictions \textless{}- predict(fit, test)\{\{noshy\}\} \newline \newline {\bf{Summary Statistics}} \newline summary(fit)\{\{noshy\}\} \newline \newline {\bf{Web Scrapping}} \newline library(RCurl)\{\{noshy\}\} \newline url \textless{}- "http"\{\{noshy\}\} \newline data \textless{}- readLines(url)\{\{noshy\}\}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{(*Additional)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Python}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Importing a CSV, Data Look}} \newline import pandas\{\{noshy\}\} \newline nba = pandas.read\_csv\{\{noshy\}\} \newline ("nba\_2013.csv")\{\{noshy\}\} \newline \newline nba.shape\{\{noshy\}\} \newline \newline nba.head(1)\{\{noshy\}\} \newline \newline {\bf{Averages for Each Statistic}} \newline nba.mean()\{\{noshy\}\} \newline \newline {\bf{Scatterplots (see below results)}} \newline import seaborn as sns\{\{noshy\}\} \newline span class="token keyword"\{\{noshy\}\} \newline import matplotlib.pyplot as plt\{\{noshy\}\} \newline sns.pairplot(nba{[}{[}"ast", "fg", "trb"{]}{]})\{\{noshy\}\} \newline plt.show()\{\{noshy\}\} \newline \newline {\bf{Data into Training/Testing Set}} \newline train = nba.sample(frac=0.8, random\_state=1)\{\{noshy\}\} \newline test = nba.loc{[}\textasciitilde{}nba.index.isin\{\{noshy\}\} \newline (train.index){]}\{\{noshy\}\} \newline \newline {\bf{Univariate Linear Regression}} \newline fit \textless{}- lm(ast \textasciitilde{} fg, data=train)\{\{noshy\}\} \newline predictions \textless{}- predict(fit, test)\{\{noshy\}\} \newline \newline {\bf{Summary Statistics}} \newline import statsmodels.formula.api \{\{noshy\}\} \newline as sm\{\{noshy\}\} \newline model = sm.ols(formula='ast \textasciitilde{} fga' \{\{noshy\}\} \newline ,data=train)\{\{noshy\}\} \newline fitted = model.fit()\{\{noshy\}\} \newline fitted.summary()\{\{noshy\}\} \newline \newline {\bf{Web Scrapping}} \newline import requests\{\{noshy\}\} \newline url = "http"\{\{noshy\}\} \newline data = requests.get(url).content\{\{noshy\}\}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{(*Additonal)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}