3 lines
92 B
Python
3 lines
92 B
Python
>>> URL = "https://learnenough.s3.amazonaws.com/titanic.csv"
|
|
>>> titanic = pd.read_csv(URL)
|