We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a1cddb + acc5707 commit a2b15a2Copy full SHA for a2b15a2
module04/subject/en.subject.tex
@@ -165,7 +165,7 @@ \section*{Instructions}
165
% ---------------------------------- %
166
Write a class named \texttt{FileLoader} which implements the following methods:
167
\begin{itemize}
168
- \item \texttt{load(path)}: takes as an argument the file path of the dataset to load,
+ \item \texttt{load(path)}: takes as an argument the csv file path of the dataset to load,
169
displays a message specifying the dimensions of the dataset (e.g. 340 x 500)
170
and returns the dataset loaded as a pandas.DataFrame.
171
\item \texttt{display(df, n)}: takes a pandas.DataFrame and an integer as arguments,
0 commit comments