Skip to content

Commit

Permalink
Modified the Exercises Sheets to match the new file name
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-probst committed May 6, 2024
1 parent 269737c commit 2b0b3a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions exercise/1-Introduction-Python-Pandas.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ \section*{Preparation}
\item \textbf{Download provided additional files}

\begin{itemize}
\item Download \texttt{Additional-Files.zip} from StudOn
\item Download \texttt{Additional-Files-Student.zip} from StudOn
\item Extract it to a folder of your choice.
\end{itemize}

Expand Down Expand Up @@ -80,7 +80,7 @@ \section*{Exercise 2: Get to know Python}
\end{enumerate}

\begin{solution}
The solution to the exercise can be found in the \texttt{Additional-Files.zip} of the Solution.
The solution to the exercise can be found in \texttt{Additional-Files-Solution.zip}.
\end{solution}

\section*{Exercise 3: Get to know pandas}
Expand All @@ -93,7 +93,7 @@ \section*{Exercise 3: Get to know pandas}
\end{enumerate}

\begin{solution}
The solution to the exercise can be found in the \texttt{Additional-Files.zip} of the Solution.
The solution to the exercise can be found in \texttt{Additional-Files-Solution.zip}.
\end{solution}

\end{document}
Expand Down
8 changes: 4 additions & 4 deletions exercise/2-Data-Analysis-Preprocessing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ \section*{Preparation}
\item \textbf{Download provided additional files}

\begin{itemize}
\item Download \texttt{Additional-Files.zip} from StudOn
\item Download \texttt{Additional-Files-Student.zip} from StudOn
\item Extract it to a folder of your choice.
\end{itemize}

Expand Down Expand Up @@ -70,7 +70,7 @@ \section*{Exercise 1: Getting to Know Your Data}
If you have worked through \texttt{1-Introduction-Python-Pandas.pdf} some of the initial tasks may seem familiar to you. However, this is a good repetition to consolidate the methods that you will need more often during the semester.

\begin{solution}
The solution to the exercise can be found in the \texttt{Additional-Files.zip} of the Solution.
The solution to the exercise can be found in \texttt{Additional-Files-Solution.zip}.
\end{solution}

\section*{Exercise 2: Data Cleaning and Integration}
Expand All @@ -85,7 +85,7 @@ \section*{Exercise 2: Data Cleaning and Integration}
If you are unfamiliar with how to open a Jupyter Notebook, please refer to Exercise 1 of \texttt{1-Introduction-Python-Pandas.pdf}.

\begin{solution}
The solution to the exercise can be found in the \texttt{Additional-Files.zip} of the Solution.
The solution to the exercise can be found in \texttt{Additional-Files-Solution.zip}.
\end{solution}

\section*{Exercise 3: Data Reduction, Transformation, and Discretization}
Expand All @@ -100,7 +100,7 @@ \section*{Exercise 3: Data Reduction, Transformation, and Discretization}
If you are unfamiliar with how to open a Jupyter Notebook, please refer to Exercise 1 of \texttt{1-Introduction-Python-Pandas.pdf}.

\begin{solution}
The solution to the exercise can be found in the \texttt{Additional-Files.zip} of the Solution.
The solution to the exercise can be found in \texttt{Additional-Files-Solution.zip}.
\end{solution}

\end{document}
Expand Down
4 changes: 2 additions & 2 deletions exercise/3-Frequent-Patterns.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ \section*{Preparation}
\item \textbf{Download provided additional files}

\begin{itemize}
\item Download \texttt{Additional-Files.zip} from StudOn
\item Download \texttt{Additional-Files-Student.zip} from StudOn
\item Extract it to a folder of your choice.
\end{itemize}

Expand All @@ -73,7 +73,7 @@ \section*{Exercise 1: Mining Frequent Patterns}
If you are unfamiliar with how to open a Jupyter Notebook, please refer to Exercise 1 of \texttt{1-Introduction-Python-Pandas.pdf}.

\begin{solution}
The solution to the exercise can be found in the \texttt{Additional-Files.zip} of the Solution.
The solution to the exercise can be found in \texttt{Additional-Files-Solution.zip}.
\end{solution}

\section*{Exercise 2: Apriori}
Expand Down

0 comments on commit 2b0b3a8

Please sign in to comment.