Welcome
meta
quarto
First post in the Quarto portfolio.
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