Skip to content

Commit 37dbf21

Browse files
committed
Minor tweaks to wording
1 parent fd4048a commit 37dbf21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Since pandas is a large library with many different specialist features and func
99

1010
The exercises are loosely divided in sections. Each section has a difficulty rating; these ratings are subjective, of course, but should be a seen as a rough guide as to how elaborate a solution is required.
1111

12+
13+
1214
| Section Name | Description | Difficulty |
1315
| ------------- | ------------- | ------------- |
1416
| Importing pandas | Getting started and checking your pandas setup | Easy |
@@ -21,7 +23,8 @@ The exercises are loosely divided in sections. Each section has a difficulty rat
2123
| Minesweeper | Generate the numbers for safe squares in a Minesweeper grid | Hard |
2224

2325

24-
The official documentation for pandas is very useful and very extensive. Good places get a broader overview of pandas are:
26+
27+
If you feel like rading up on pandas before starting, the official documentation useful and very extensive. Good places get a broader overview of pandas are:
2528

2629
- [10 minutes to pandas](http://pandas.pydata.org/pandas-docs/version/0.17.0/10min.html)
2730
- [pandas basics](http://pandas.pydata.org/pandas-docs/version/0.17.0/basics.html)
@@ -30,4 +33,4 @@ The official documentation for pandas is very useful and very extensive. Good pl
3033

3134
Good luck solving the puzzles!
3235

33-
\* the list of puzzles is not complete! Pull requests or suggestions for additional exercises, corrections and improvements are welcomed.
36+
*\* the list of puzzles is not complete! Pull requests or suggestions for additional exercises, corrections and improvements are welcomed.*

0 commit comments

Comments
 (0)