Skip to content

Commit acc5707

Browse files
committed
feat: specify to load csv files
1 parent a8f6244 commit acc5707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module04/subject/en.subject.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ \section*{Instructions}
165165
% ---------------------------------- %
166166
Write a class named \texttt{FileLoader} which implements the following methods:
167167
\begin{itemize}
168-
\item \texttt{load(path)}: takes as an argument the file path of the dataset to load,
168+
\item \texttt{load(path)}: takes as an argument the csv file path of the dataset to load,
169169
displays a message specifying the dimensions of the dataset (e.g. 340 x 500)
170170
and returns the dataset loaded as a pandas.DataFrame.
171171
\item \texttt{display(df, n)}: takes a pandas.DataFrame and an integer as arguments,

0 commit comments

Comments
 (0)