from sklearn.datasets import fetch_openml fcml = fetch_openml(‘titanic’,‘1’) data = pd.DataFrame(fcml[‘data’])