You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-interview-problems-parsing-csv/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Python Interview Problems – Parsing CSV Files
2
2
3
-
Corresponding code for ["Python Interview Problems – Parsing CSV Files."](https://realpython.com/python-interview-problems-parsing-csv-python-files/)
3
+
Corresponding code for ["Python Interview Problems – Parsing CSV Files."](https://realpython.com/python-interview-problem-parsing-csv-files)
4
4
5
5
The `skeleton_code` directory contains pytest fixtures and module files to get you set up to run pytest. There are no tests in the files, which pytest tells you when you run it:
6
6
@@ -16,4 +16,4 @@ collected 0 items
16
16
17
17
The `full_code` directory contains the source files we used to generate the examples in the article.
0 commit comments