Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit12a40ff

Browse files
authored
Update Lab2.md
1 parent38bab86 commit12a40ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎Module9/Lab2.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ inside classes.
1111

1212
0. Look for`TODO2` in the code. Can you finish writing this function without accessing any variables outside of the`IrisStats` class?
1313

14-
0.`TODO3` is for the wonks who finish the first two. The idea is that we don't want to read the csv for every statistical function we write
15-
because it's repetative. There should be multiple ways to write the code to read the file once and cache the iris data that comes back.
16-
This can be done in the`IrisReader` or`IrisStats` class. So the options are open
14+
0. The final TODO is a little harder to explain. The idea is that we don't want to read the csv for every statistical function we write because it's repetative. There should be multiple ways to refactor the code to read the file once and cache the`self.iris_data` read from the csv. This can be done in the`IrisReader` or`IrisStats` class. So you have options.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp