import pandas as pd

def from_dataframe(df, allow_copy: bool = True) -> pd.DataFrame: ...
