Klaynie
/
Starter Project
Published at Feb 1, 2021
View source
Sign in
Table of contents
Getting started
1. Run a cell š
2. Upload your data š½
3. Work with others š¤
4. Become a single-shortcut superuser ā”
5. Connect integrations š
6. Publish your work š
Great job! š
Have a question? š¤
import
pandas
as
pd
# Load the data set
df
=
pd
.
read_csv
(
'SF_bikeshare_stations.csv'
)
df