2023-02-19 08:22:52 -08:00

3 lines
92 B
Python

>>> URL = "https://learnenough.s3.amazonaws.com/titanic.csv"
>>> titanic = pd.read_csv(URL)