Skip to content

Commit a2b15a2

Browse files
authored
Merge pull request #220 from 42-AI/quentin/42a-177-module03ex00-fileloader-what-kind-of
feat: specify to load csv files Minor change with no crucial change in the form or modification of content
2 parents 1a1cddb + acc5707 commit a2b15a2

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)