import pandas as pd
pd.DataFrame([1, 2])
pd.DataFrame([[1, 2], [3, 4]])
pd.DataFrame([[1, 2], [3, 4]], columns=["الخانة1", "الخانة2"])