diff --git a/.nojekyll b/.nojekyll index c601b32..21ed1b0 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -07e69438 \ No newline at end of file +1cdac04f \ No newline at end of file diff --git a/250_Projects/project0.html b/250_Projects/project0.html index f793c6d..c575dd7 100644 --- a/250_Projects/project0.html +++ b/250_Projects/project0.html @@ -4906,7 +4906,6 @@

On this page

  • Elevator pitch
  • Question|Task 1
  • Question|Task 2
  • -
  • Question|Task 3
  • @@ -4926,4525 +4925,832 @@

    Elevator pitch

    penguins = load_penguins() -

    Highlight the Questions and Tasks

    Question|Task 1

    -

    COPY PASTE QUESTION|TASK 1 FROM THE PROJECT HERE

    -

    Add details here to answer the question but NOT like an assignment Q&A. You need to write your answers as a consulting solution report. A Client needs to understand the answer, but also needs to understand the decisions that went into the answer (when applicable).

    -

    include figures in chunks and discuss your findings in the figure.

    +

    COPY PASTE QUESTION|TASK 2 FROM THE PROJECT HERE

    -
    +
    -Read and format data -
    # Include and execute your code here
    +plot example +
    # Include and execute your code here
    +
    +(
    +    ggplot(data=penguins, mapping=aes(x="flipper_length_mm", y="body_mass_g"))
    +    + geom_point()
    +)
    +
    + + + + + + +
    + + + +

    My useless chart

    -
    -
    -

    Question|Task 2

    -

    COPY PASTE QUESTION|TASK 2 FROM THE PROJECT HERE

    - -
    +
    +
    plot example
    # Include and execute your code here
     
     (
    -    ggplot(data=penguins, mapping=aes(x="flipper_length_mm", y="body_mass_g"))
    -    + geom_point()
    -)
    + ggplot( + data=penguins, + mapping=aes(x="flipper_length_mm", y="body_mass_g", color="species"), + ) + + geom_point() +)
    -
    - -
    + + + + + + +
    + + +

    My useless chart

    -
    +
    plot example
    # Include and execute your code here
    -
    -(
    -    ggplot(
    -        data=penguins,
    -        mapping=aes(x="flipper_length_mm", y="body_mass_g", color="species"),
    -    )
    -    + geom_point()
    +(
    +    ggplot(
    +        data=penguins,
    +        mapping=aes(x="flipper_length_mm", y="body_mass_g", color="species"),
    +    )
    +    + geom_point()
    +    + geom_smooth(method="lm")
     )
    -
    - -
    + + + + + + +
    + + +

    My useless chart

    -
    +
    plot example
    # Include and execute your code here
     (
    -    ggplot(
    -        data=penguins,
    -        mapping=aes(x="flipper_length_mm", y="body_mass_g", color="species"),
    -    )
    -    + geom_point()
    -    + geom_smooth(method="lm")
    -)
    + ggplot(data=penguins, mapping=aes(x="flipper_length_mm", y="body_mass_g")) + + geom_point(mapping=aes(color="species")) + + geom_smooth(method="lm") +)
    -
    - -
    + + + + + + +
    + + +

    My useless chart

    -
    +
    plot example
    # Include and execute your code here
     (
         ggplot(data=penguins, mapping=aes(x="flipper_length_mm", y="body_mass_g"))
    -    + geom_point(mapping=aes(color="species"))
    +    + geom_point(mapping=aes(color="species", shape="species"))
         + geom_smooth(method="lm")
     )
    -
    - -
    + + + + + + +
    + + +

    My useless chart

    -
    +
    plot example
    # Include and execute your code here
     (
         ggplot(data=penguins, mapping=aes(x="flipper_length_mm", y="body_mass_g"))
    -    + geom_point(mapping=aes(color="species", shape="species"))
    +    + geom_point(aes(color="species", shape="species"))
         + geom_smooth(method="lm")
    -)
    + + labs( + title="Body mass and flipper length", + subtitle="Dimensions for Adelie, Chinstrap, and Gentoo Penguins", + x="Flipper length (mm)", + y="Body mass (g)", + color="Species", + shape="Species", + ) +)
    -
    - -
    + + + + + + +
    + + +

    My useless chart

    -
    -

    Question|Task 3

    +
    +

    Question|Task 2

    COPY PASTE QUESTION|TASK 3 FROM THE PROJECT HERE

    -
    +
    table example -
    # Include and execute your code here
    -penguins.head()
    +
    # Include and execute your code here
    +penguins.head()
    -
    +
    @@ -9525,18 +5831,18 @@

    Question|Task 3

    -
    +
    table example -
    # Include and execute your code here
    -mypenguins = (penguins.head(1000)
    -    .groupby('species')
    -    .mean(numeric_only=True)
    -    .reset_index()
    -    .filter(["species", "bill_length_mm", "bill_depth_mm", "flipper_length_mm", "body_mass_g"])
    -)
    -
    -display(mypenguins)
    +
    # Include and execute your code here
    +mypenguins = (penguins.head(1000)
    +    .groupby('species')
    +    .mean(numeric_only=True)
    +    .reset_index()
    +    .filter(["species", "bill_length_mm", "bill_depth_mm", "flipper_length_mm", "body_mass_g"])
    +)
    +
    +display(mypenguins)
    diff --git a/250_Projects/project1.html b/250_Projects/project1.html index 4bc8621..c2b78c1 100644 --- a/250_Projects/project1.html +++ b/250_Projects/project1.html @@ -6,9 +6,8 @@ - -Client Report - [Insert Project Title] – Chaz Clark - Data Science Portfolio +project1 – Chaz Clark - Data Science Portfolio - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - +
    -
    +
    @@ -4762,30 +122,7 @@ -
    -
    -
    -

    Client Report - [Insert Project Title]

    -

    Course DS 250

    -
    -
    - - -
    - -
    -
    Author
    -
    -

    [STUDENT NAME]

    -
    -
    - - - -
    - - -