Skip to content

Commit

Permalink
Pands 1 outline update
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaugh0328 committed Oct 4, 2017
1 parent 396bfca commit ea0243f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
Binary file modified Documents/bootcamp_topic_pandas-input.pdf
Binary file not shown.
29 changes: 17 additions & 12 deletions Documents/bootcamp_topic_pandas-input.tex
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
\documentclass[11pt]{article}
%%%%%%%%%%%%%%%%%%%%%% Stock Preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\input{../LaTeX/preamble.tex}
\input{../LaTeX/undergrad_preamble.tex}

%%%%%%%%%%%%%%%%%%%%%%Headers and Footers%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{headandfoot}
\runningheadrule
\firstpageheadrule
\firstpageheader{\includegraphics[width=0.25\textwidth]{../Figures/stern_black1.pdf}}{}{Data Bootcamp: Pandas 1}
\runningheader{}{}{}
\runningfooter{}{}{}

% document starts here
\begin{document}
\parskip=\bigskipamount
\parindent=0.0in
\thispagestyle{empty}
\input{../LaTeX/header.tex}

\bigskip\bigskip
\centerline{\Large \bf Topic Outline: Pandas 1: Data Input}
\medskip
\centerline{Revised: \today}


\section*{Materials}

\begin{itemize}
\item Today's handouts: this outline, book chapter, code practice, stickers
\item Today's handouts: this outline
\item All posted on {\it Topic outlines \& links\/} page of website (except the stickers).
\end{itemize}

Expand Down Expand Up @@ -52,7 +57,7 @@ \section*{Preliminaries}
\begin{itemize}
\item Put red sticker on your laptop
\item Start Spyder
\item Open blank file \verb|scratch_pad.py| to use in class
\item Open blank file \verb|bootcamp_pandas1.py| to use in class
\item For second half: save Python code file in your \verb|Data_Bootcamp| directory: \\
GitHub $\Rightarrow$ Code $\Rightarrow$ Python $\Rightarrow$ \verb|bootcamp_pandas-input.py|
$\Rightarrow$ click on Raw button
Expand All @@ -69,11 +74,11 @@ \section*{Pandas 1: Data input}
\begin{itemize}
\item Packages
\item Importing packages
\item Reading internet files
\item Properties of dataframes
\item Working with variables
\item Dataframe methods
\item Reading files from your computer
\item Reading internet files
\item Examples: Penn World Table, World Economic Outlook, PISA education data, UN population data and
projections, income by college major
\item APIs: FRED, World Bank, Fama-French equity returns
Expand All @@ -97,8 +102,8 @@ \section*{After class}
\begin{itemize}
\item Required
\begin{itemize}
%\item Review this chapter
\item Code Practice \#3 \\
\item Review this chapter
\item Code Practice \#3 (due October 20th)\\
Submit hardcopy of code file \\
Code template: GitHub $\Rightarrow$ Code $\Rightarrow$ Python
$\Rightarrow$ \verb|bootcamp_practice_3_template.py|
Expand All @@ -112,7 +117,7 @@ \section*{After class}
\end{itemize}
\end{itemize}

\input{../LaTeX/footer.tex}
%\input{../LaTeX/footer.tex}

\end{document}

0 comments on commit ea0243f

Please sign in to comment.