Skip to content

Commit

Permalink
Added minor readability edit
Browse files Browse the repository at this point in the history
  • Loading branch information
c-scott1 committed Jul 25, 2022
1 parent dc47326 commit cadd5a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Hackathon_Sessions/Session2_Pandas_Python/CnC_PandasDfs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,11 @@
"Now that you have a good sense of the data another great thing to do is start to visualise it. This can be a really useful way of seeing trends in your data and Pandas has some in built functionality for this.\n",
"\n",
"Your challenge for this round is to use pandas functionality to produce the following graph:\n",
"\n",
"1) A box plot that shows the amount of coffee drank per week by department (Make sure you try and improve the graph as much as possible by checking out the functional arguments of the boxplot() method)\n",
"\n",
"Then using any visualisation package (e.g. matplotlib) you want, produce:\n",
"\n",
"2) A scatter graph of the relationship between the number of coffees drank per week (NumCoffee_Pw) and the number lines of code someone writes per week (NumLinesCode_Pw), colour coded by department. \n",
"\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,11 @@
"Now that you have a good sense of the data another great thing to do is start to visualise it. This can be a really useful way of seeing trends in your data and Pandas has some in built functionality for this.\n",
"\n",
"Your challenge for this round is to use pandas functionality to produce the following graph:\n",
"\n",
"1) A box plot that shows the amount of coffee drank per week by department (Make sure you try and improve the graph as much as possible by checking out the functional arguments of the boxplot() method)\n",
"\n",
"Then using any visualisation package (e.g. matplotlib) you want, produce:\n",
"\n",
"2) A scatter graph of the relationship between the number of coffees drank per week (NumCoffee_Pw) and the number lines of code someone writes per week (NumLinesCode_Pw), colour coded by department. \n",
"\n",
"\n",
Expand Down

0 comments on commit cadd5a7

Please sign in to comment.