Welcome

meta
quarto
First post in the Quarto portfolio.
Published

March 26, 2026

This is your first post. You can write Markdown, LaTeX math like \(\beta_1\), and code blocks.

import pandas as pd
print("hello from python")
sysuse auto, clear
reg price mpg weight