Skip to content

Commit daa1ff0

Browse files
committed
full source restructuring!
1 parent 71893ef commit daa1ff0

26 files changed

+12
-12
lines changed
File renamed without changes.

com.saransh.py.scripts/case_study_1.2.py renamed to com.saransh.py.scripts/case_studies/case_study_1.2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def read_large_file(file_object):
8888

8989
# Writing a generator to load data in chunks (3)
9090
#
91-
# Great! You've just created a generator function that you can use to help you process large files.
91+
# Great! You've just created a generator function that you can use to help you process large file_operations.
9292
#
9393
# Now let's use your generator function to process the World Bank dataset like you did previously.
9494
# You will process the file line by line, to create a dictionary of the counts of how many times each country
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)