Data Wrangling Project

less than 1 minute read

A test of this website functionality I am shamelessly keeping for later

Python code block:

    import numpy as np

    def test_function(x, y):
      z = np.sum(x,y)
      return z

R code block:

library(tidyverse)
df <- read_csv("some_file.csv")
head(df)

Here’s some inline code x+y.

Here’s an image: linearly separable data

Here’s another image using Kramdown: alt

Here’s some math:

\[z=x+y\]

You can also put it inline \(z=x+y\)